Agentic RAG vs Classic RAG: When Should an Agent Drive Retrieval?
Classic RAG runs 1 fixed retrieval pass and hopes the chunks are right. Agentic RAG puts a model in charge of the search itself: rewriting queries, grading what came back, and retrying until the evidence covers the question. This is the mechanism behind the loop, the modeled 2
