Skip to content

v0.1.0 — Phase 1: Offline RAG for Nepal Government Corpus

Choose a tag to compare

@irfanalidv irfanalidv released this 29 Mar 12:02
· 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 / stats CLI
  • 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