A voice pipeline that transcribes, retrieves, and answers only from what it can prove — hybrid lexical retrieval over IndicRAGSuite's MSMARCO-XI corpus, six chunking strategies, and hard guardrails that know when to stay silent.
Runs entirely against the bundled MSMARCO-XI-style sample corpus (29 query/passage pairs, EN + HI) using the same chunking + hybrid retrieval + guardrail logic as the production Python pipeline.
stt.py.ElevenLabs Scribe with structured retry/backoff on 429/5xx. Browser Web Speech API stands in for this live demo.
Fixed-size, sentence-window, semantic (topic-shift), recursive, and query-passage-aware — routed per document.
TF-IDF cosine + BM25, fused with Reciprocal Rank Fusion, over a numpy vector store built for embedding drop-in.
Unsafe-input filter, off-topic confidence floor, and a grounding check that verifies the answer against retrieved text.