├── LICENSE ├── README.md ├── index_map.txt ├── index_map_langchain.txt ├── index_maplangchain.txt ├── index_mapllama_index.txt ├── index_maplocalGPT.txt ├── index_mapopen_interpreter.txt ├── llama_index_buddy.py ├── localGPT_ada.ann ├── localGPT_specter.ann ├── open_interpreter_ada.ann ├── open_interpreter_specter.ann ├── requirements.txt ├── search.py └── search_ollama.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/README.md -------------------------------------------------------------------------------- /index_map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_map.txt -------------------------------------------------------------------------------- /index_map_langchain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_map_langchain.txt -------------------------------------------------------------------------------- /index_maplangchain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_maplangchain.txt -------------------------------------------------------------------------------- /index_mapllama_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_mapllama_index.txt -------------------------------------------------------------------------------- /index_maplocalGPT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_maplocalGPT.txt -------------------------------------------------------------------------------- /index_mapopen_interpreter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/index_mapopen_interpreter.txt -------------------------------------------------------------------------------- /llama_index_buddy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/llama_index_buddy.py -------------------------------------------------------------------------------- /localGPT_ada.ann: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/localGPT_ada.ann -------------------------------------------------------------------------------- /localGPT_specter.ann: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/localGPT_specter.ann -------------------------------------------------------------------------------- /open_interpreter_ada.ann: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/open_interpreter_ada.ann -------------------------------------------------------------------------------- /open_interpreter_specter.ann: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/open_interpreter_specter.ann -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/requirements.txt -------------------------------------------------------------------------------- /search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/search.py -------------------------------------------------------------------------------- /search_ollama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghavan1988/CodeBaseBuddy/HEAD/search_ollama.py --------------------------------------------------------------------------------