Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/daveebbelaar/ai-cookbook
/ 6-evaluate.py
File
6-evaluate.py
knowledge/hybrid-retrieval/6-evaluate.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
The payoff. NDCG@10 across BM25, dense, hybrid (RRF), and hybrid + rerank,
3
on the FiQA-2018 test set.
4
Callers
nothing calls this directly
Calls
7
BM25Retriever
Class · 0.90
DenseRetriever
Class · 0.90
load_corpus
Function · 0.90
ndcg_at_k
Function · 0.85
hybrid_topk
Function · 0.85
reranked_topk
Function · 0.85
search
Method · 0.45
Tested by
no test coverage detected