Install
SovereignRAG is designed to run through Docker Compose. The Makefile wraps the Docker commands used day to day.
Requirements
- Docker and Docker Compose
- Enough disk space for Ollama models, ChromaDB data, and generated reports
- Optional: a GPU available to Docker for faster Ollama inference
Build Images
Start the Ollama service:
Pull a model:
Local CLI Option
For local development only, install the package in editable mode:
The Docker path is still the recommended default because it keeps runtime dependencies isolated.