Ask HN: Local LLM to explore code repositories? 1 points by yamrzou 1y ago ↗ HN Is there an LLM that you can feed a repository and then ask it questions it? It would be useful for large repositories that lack documentation.
[–] nunobispo 1y ago ↗ You can try Code Llama with Ollama.https://ollama.com/library/codellamaYou would need to prepare some script to read the repository and RAG the content.Can also use Ollama for embedding: https://ollama.com/library/nomic-embed-text
[–] codemartial 1y ago ↗ You cannot use LLM models directly. You need to build a system that takes your repository as input and create an Agent that can answer your queries. [–] yamrzou 1y ago ↗ Has that already been implemented? [–] atmanactive 1y ago ↗ "Continue" with "Ollama" on "VSCodium".
[–] yamrzou 1y ago ↗ Has that already been implemented? [–] atmanactive 1y ago ↗ "Continue" with "Ollama" on "VSCodium".
4 comments
[ 1.6 ms ] story [ 26.9 ms ] threadhttps://ollama.com/library/codellama
You would need to prepare some script to read the repository and RAG the content.
Can also use Ollama for embedding: https://ollama.com/library/nomic-embed-text