1
0
Fork
You've already forked rag-llm
0
A rudimentary RAG system on top of Ollama, using Chroma DB.
  • Python 100%
Find a file
2025年03月25日 10:31:05 +01:00
.gitignore feat: initial commit. 2025年03月24日 12:10:48 +01:00
Pipfile feat: initial commit. 2025年03月24日 12:10:48 +01:00
rag-chat.py fix: cleanup and more. 2025年03月25日 10:31:05 +01:00
README.md feat: add readme file. 2025年03月24日 12:15:11 +01:00
requirements.txt feat: initial commit. 2025年03月24日 12:10:48 +01:00

Local LLM with RAG

This project is the code accompanying the blog post "Local LLM with Retrieval-Augmented Generation".