Simple Text RAG Python application that allows adding a document then asking questions about it. Uses:
- LangChain
- Groq API
- ChromaDB Vector Store
- gRPC API
This is a demo app. The code is not production ready
python3 -m venv .venv
make requirements
make requirements-dev
cp .env.example .env
Only needed if making changes to the proto files
make gen-protos
make lint
make server