Interactive Lab
Hybrid RAG Lab
Combine dense (semantic) and BM25 (lexical) retrieval with Reciprocal Rank Fusion, then generate a grounded answer from the fused context.
GuidedNo API keys in Lab
Guided execution
This Lab replays a recorded Cookbook execution in your browser — no API keys required here. Running the Cookbook locally uses your own provider credentials.
Example question
Pick one question, then run the recorded pipeline.
Execution
Choose a question and run the recorded pipeline to compare dense and BM25 retrieval, then see how RRF fuses them.
You will see: Chunking → Embeddings → BM25 index → Dense → Lexical → RRF → Prompt → LLM → Answer
Continue Learning
Deeper explanations in the DataAIHub knowledge graph.
Implementation
Run the same pipeline locally from the public Cookbook.
Related Tools
Canonical tools often used in hybrid RAG stacks.
Lab ID hybrid-rag · guided / precomputed