Artificial Intelligence

Retrieval Quality

A measure of how relevant and accurate the documents retrieved by a search or RAG system are relative to the user's query. Poor retrieval quality is the leading cause of RAG failures.

Why It Matters

Retrieval quality is the single biggest lever for improving RAG systems. Improving retrieval from 70% to 90% relevance often matters more than switching to a better LLM.

Example

Measuring that for 85% of test queries, the correct source document appears in the top 3 retrieved results — and identifying the 15% failure cases for improvement.

Think of it like...

Like the quality of ingredients in cooking — even the best chef cannot make a great meal with poor ingredients, and even the best LLM cannot generate good answers from irrelevant documents.

Related Terms