← Blog
Agentic RAG
AI/dictionary/agentic-rag
Definition
A RAG setup where the model itself decides when to retrieve and what to search for, instead of always running one fixed retrieval step before every answer.
Posts that use this term
- Beyond vector search: hybrid, rerank, and graph RAG
When plain vector search hits its ceiling, three upgrades actually help: hybrid search, reranking, and graph RAG. When each one earns its added complexity.