Agentic RAG: Learn AI Agents, Tools & Flows in One Repo

Posted by CapitalShake3085@reddit | LocalLLaMA | View on Reddit | 4 comments

A well-structured repository to learn and experiment with Agentic RAG systems using LangGraph.

It goes beyond basic RAG tutorials by covering how to build a modular, agent-driven workflow with features such as:

Feature Description
🗂️ Hierarchical Indexing Search small chunks for precision, retrieve large Parent chunks for context
🧠 Conversation Memory Maintains context across questions for natural dialogue
❓ Query Clarification Rewrites ambiguous queries or pauses to ask the user for details
🤖 Agent Orchestration LangGraph coordinates the full retrieval and reasoning workflow
🔀 Multi-Agent Map-Reduce Decomposes complex queries into parallel sub-queries
✅ Self-Correction Re-queries automatically if initial results are insufficient
🗜️ Context Compression Keeps working memory lean across long retrieval loops
🔍 Observability Track LLM calls, tool usage, and graph execution with Langfuse

Includes: - 📘 Interactive notebook for learning step-by-step
- 🧩 Modular architecture for building and extending systems

👉 GitHub Repo