Overview
The classical IR metrics, applied to vector retrieval.
Why it matters
If you can't measure retrieval, you can't improve it. recall@k and MRR are the two metrics you'll cite in every retrieval debate.
Where this sits in the stack
Retrieval metrics — recall@k, MRR, nDCG is one of the load-bearing decisions in a KG/RAG/agent system: choices made here propagate to retrieval quality, agent reliability, cost per query, and the on-call burden of whoever ships it. Teams that name this trade-off explicitly ship faster than teams that leave it implicit.