Artificial Intelligence

Agentic RAG

An advanced RAG pattern where an AI agent dynamically decides what to retrieve, how to refine queries, and when to search again based on the quality of initial results.

Why It Matters

Agentic RAG significantly outperforms basic RAG by adapting its retrieval strategy. It handles complex queries that require multi-step research.

Example

An agent that searches a knowledge base, evaluates the results, realizes they are insufficient, reformulates the query, searches again with different terms, and synthesizes the combined findings.

Think of it like...

Like a skilled researcher who does not just run one search but iteratively refines their approach based on what they find — adapting strategy to get the best answer.

Related Terms