Live: https://mukundakatta.github.io/vaultrag/
Enterprise RAG platform with hybrid search and citation tracking.
vaultrag exists to make this workflow practical. Enterprise rag platform with hybrid search and citation tracking. It favours a small, inspectable surface over sprawling configuration.
- Included test suite
The codebase is organised into backend/, frontend/, src/, tests/.
# Serve the static site
python -m http.server 8000
# then open http://localhost:8000See the source files and entry points for concrete usage patterns.
vaultrag/
├── README.md
├── backend/
├── frontend/
├── index.html
├── src/
├── tests/