RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
Agentic RAG: A RAG paradigm where autonomous agents manage retrieval strategies, refine context, and orchestrate workflows dynamically
Naïve RAG: Basic retrieve-read workflow using keyword-based retrieval on static datasets
Graph RAG: RAG systems utilizing graph-based data structures to enhance multi-hop reasoning and relational understanding
Dense Passage Retrieval (DPR): A retrieval method using dense vector representations to find semantically relevant passages
Reflection: An agentic pattern where the system evaluates and refines its own outputs iteratively
Planning: The process where an agent breaks down complex tasks into manageable sub-steps
Orchestrator-Worker: A workflow pattern where a central agent manages and delegates tasks to subordinate agents
Evaluator-Optimizer: A workflow pattern involving iterative feedback loops to improve task execution