I want to use RAG on our organisation’s codebase using a local Open-source LLM? How can i prepare the files of codebase to work with RAG.
I tried converting all the files of the codebase to txt files and fed into LLM, but I dont think its the best approach.