v0.1.0 — Phase 1: Offline RAG for Nepal Government Corpus
·
34 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
First public release of Nepal GovAgent.
What's included
GovRAG— hybrid BM25 + vector retrieval over Nepal government documents- Offline by default — runs on CPU, no API key needed
- Nepali + English queries against the same corpus
- Adaptive retrieval fallback on low confidence
nepal-gov-agent ask / benchmark / statsCLI- 9 tests passing
Benchmark (7 queries, 6 Nepal gov documents)
Recall@3: 0.857 | Recall@5: 1.000 | Keyword hit: 1.000 | Doc hit: 1.000
Install
pip install nepal-gov-agent
Built on
ragnav, ragfallback, agentensemble — all MIT licensed