chimera measure rag
Recall@k of each retriever over a real folder — lexical, and vector when an embedder is set. This is the measurement `chimera/rag/__init__.py` names when it says the retriever's existence is not a claim that it helps. That sentence pointed at a module you could not run: `rag_bench` had no caller outside its own test and was not exported from `chimera.eval`. No embedder is passed, so the vector and hybrid figures come back as None rather than zero — an embedder that was never called did not fail, and printing 0.0 invites the wrong conclusion.
Аргументы
ROOTpathобязательныйFolder to index and probe.
Параметры
--kintпо умолчанию:10Retrieve this many chunks per probe.
--max-probesintпо умолчанию:200Cap the probe count; each one is a query.