What is Agentic RAG?
TL;DR
Normal RAG is usually a fixed pipeline: retrieve context, send it to the model, return an answer.
Agentic RAG adds decisions inside the pipeline: when to search, where to search, whether to ca
sukalyanroy.hashnode.dev12 min read