A rudimentary RAG system on top of Ollama, using Chroma DB.
| .gitignore | feat: initial commit. | |
| Pipfile | feat: initial commit. | |
| rag-chat.py | fix: cleanup and more. | |
| README.md | feat: add readme file. | |
| requirements.txt | feat: initial commit. | |
Local LLM with RAG
This project is the code accompanying the blog post "Local LLM with Retrieval-Augmented Generation".