NotebookRAG
A hybrid-search RAG pipeline with the evaluation built in. It fuses dense and BM25 retrieval with weighted RRF, reranks with an LLM, checks every claim against its citations, and refuses to answer instead of making something up. A cross-model LLM-as-judge harness grades the results.
Proof0.919 correctness · 0.992 faithfulness · 1.00 retrieval hit rate
- Qdrant
- Hybrid Search
- LLM-as-Judge
- FastAPI