Agentic RAG
RAG where an agent actively plans searches, chooses sources, reformulates queries, and decides when it has enough evidence.
Plain English
Instead of one lookup, the AI investigates.
Example
A legal research agent searches cases, follows citations, rejects weak evidence, and summarizes the strongest precedent.
Why it matters
Complex knowledge work often needs iterative retrieval rather than a single vector search.