What is Agentic RAG?
LLM Engineer Interview Questions: Advanced RAG Techniques — Self-RAG, GraphRAG, Agentic RAG
Audio flashcard · 0:19Nortren·
What is Agentic RAG?
0:19
Agentic RAG treats retrieval as a tool that an LLM agent can call, rather than a fixed pipeline step. The agent decides when to search, what to query, whether to refine the search, and when it has enough information to answer. This enables multi-step reasoning, follow-up queries, and combining retrieval with other tools like calculators or code execution.
llamaindex.ai