Glass-box RAG

Every RAG app shows you the answer and hides the retrieval. This one does the opposite — watch each chunk get ranked and scored, catch the near-misses just below the cutoff, and see exactly where keyword (BM25), semantic, and hybrid break on the same question. Then stream a grounded, cited answer built from the sources it actually retrieved.

Corpus

Answer

Ask a question to see a grounded, cited answer.

Run a query to see the retrieval trace.