Alex Selimov d497a62f7f
All checks were successful
Pytest / Explore-Gitea-Actions (push) Successful in -13m33s
Create basic testing pipeline (#1)
Reviewed-on: #1
2025-03-22 13:46:32 +00:00
2025-03-22 01:08:38 -04:00
2025-03-21 10:09:07 -04:00
2025-03-21 10:09:07 -04:00

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.

Description
Simple rag implementation, for integration with neovim
Readme GPL-2.0 32 MiB
Languages
Python 100%