7 lines
392 B
Markdown
7 lines
392 B
Markdown
# code_rag
|
|
|
|
This is intended to be a fully local Retrieval Augmented Generation tool for software development.
|
|
This will be loadable as a neovim plugin, where we retrieve the current workspace files and add them to a persistent chroma vector store.
|
|
This tool will expose an Ollama API to query locally running Ollama models with prompts augmented by relevant context from the current code.
|
|
|