Loading...
Agentic RAG(AgRAG)
Autonomous retrieval-augmented generation systems with self-directed planning, retrieval, and reasoning capabilities
๐ฏ 30-Second Overview
Pattern: Autonomous agent systems that dynamically plan, execute, and adapt multi-step retrieval strategies using tools and reasoning
Why: Enables complex information gathering workflows that require strategic thinking, adaptation, and multi-source synthesis
Key Insight: ReAct-style planning with tool orchestration allows agents to reason about retrieval strategies and adapt based on results
โก Quick Implementation
๐ Do's & Don'ts
๐ฆ When to Use
Use When
- โข Complex multi-step research requiring strategic information gathering
- โข Cross-domain queries needing diverse knowledge sources and reasoning
- โข Dynamic knowledge environments where retrieval strategies must adapt
- โข High-stakes applications requiring explainable reasoning and provenance
- โข Research and analysis tasks benefiting from human-like information seeking
Avoid When
- โข Simple factual queries adequately served by standard RAG approaches
- โข Real-time applications with strict latency and cost constraints
- โข Domains with limited tool availability or API access restrictions
- โข Applications where deterministic retrieval behavior is required
- โข Resource-constrained environments unable to support complex agent reasoning
๐ Key Metrics
๐ก Top Use Cases
References & Further Reading
Deepen your understanding with these curated resources
Foundational Papers & Agentic RAG Research
ReAct: Synergizing Reasoning and Acting in Language Models (Yao et al., 2022)
Toolformer: Language Models Can Teach Themselves to Use Tools (Schick et al., 2023)
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face (Shen et al., 2023)
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks (Lewis et al., 2020)
Multi-Step Reasoning & Planning
Evaluation & Quality Assessment
AgentBench: Evaluating LLMs as Agents (Liu et al., 2023)
WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents (Yao et al., 2022)
ToolQA: A Dataset for LLM Question Answering with External Tools (Zhuang et al., 2023)
RAGAS: Automated Evaluation Framework for RAG Applications
Contribute to this collection
Know a great resource? Submit a pull request to add it.
Agentic RAG(AgRAG)
Autonomous retrieval-augmented generation systems with self-directed planning, retrieval, and reasoning capabilities
๐ฏ 30-Second Overview
Pattern: Autonomous agent systems that dynamically plan, execute, and adapt multi-step retrieval strategies using tools and reasoning
Why: Enables complex information gathering workflows that require strategic thinking, adaptation, and multi-source synthesis
Key Insight: ReAct-style planning with tool orchestration allows agents to reason about retrieval strategies and adapt based on results
โก Quick Implementation
๐ Do's & Don'ts
๐ฆ When to Use
Use When
- โข Complex multi-step research requiring strategic information gathering
- โข Cross-domain queries needing diverse knowledge sources and reasoning
- โข Dynamic knowledge environments where retrieval strategies must adapt
- โข High-stakes applications requiring explainable reasoning and provenance
- โข Research and analysis tasks benefiting from human-like information seeking
Avoid When
- โข Simple factual queries adequately served by standard RAG approaches
- โข Real-time applications with strict latency and cost constraints
- โข Domains with limited tool availability or API access restrictions
- โข Applications where deterministic retrieval behavior is required
- โข Resource-constrained environments unable to support complex agent reasoning
๐ Key Metrics
๐ก Top Use Cases
References & Further Reading
Deepen your understanding with these curated resources
Foundational Papers & Agentic RAG Research
ReAct: Synergizing Reasoning and Acting in Language Models (Yao et al., 2022)
Toolformer: Language Models Can Teach Themselves to Use Tools (Schick et al., 2023)
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face (Shen et al., 2023)
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks (Lewis et al., 2020)
Multi-Step Reasoning & Planning
Evaluation & Quality Assessment
AgentBench: Evaluating LLMs as Agents (Liu et al., 2023)
WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents (Yao et al., 2022)
ToolQA: A Dataset for LLM Question Answering with External Tools (Zhuang et al., 2023)
RAGAS: Automated Evaluation Framework for RAG Applications
Contribute to this collection
Know a great resource? Submit a pull request to add it.