back
▲ 1 points

Ask HN: Local LLM to explore code repositories?

by yamrzou·1y ago·4 comments·view on 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.
4 comments
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.
Has that already been implemented?
"Continue" with "Ollama" on "VSCodium".
You can try Code Llama with Ollama.

https://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