agentic-rag-for-dummies and agentic-rag

These are competitors offering alternative implementations of the same core concept — both provide modular Agentic RAG systems built on LangGraph for reasoning-based retrieval tasks, with the former emphasizing educational accessibility and the latter emphasizing human-like reasoning capabilities.

agentic-rag-for-dummies
65
Established
agentic-rag
50
Established
Maintenance 20/25
Adoption 10/25
Maturity 13/25
Community 22/25
Maintenance 2/25
Adoption 10/25
Maturity 15/25
Community 23/25
Stars: 2,743
Forks: 383
Downloads:
Commits (30d): 15
Language: Jupyter Notebook
License: MIT
Stars: 198
Forks: 67
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
No Package No Dependents
Stale 6m No Package No Dependents

About agentic-rag-for-dummies

GiovanniPasq/agentic-rag-for-dummies

A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.

Built on LangGraph's agentic framework, this system implements hierarchical parent-child chunk indexing for precision search paired with context-rich retrieval, conversation memory across turns, and human-in-the-loop query clarification. Multi-agent map-reduce parallelizes sub-query resolution with self-correction and context compression, while supporting pluggable LLM providers (Ollama, OpenAI, Anthropic, Google) and Qdrant vector storage—all orchestrated through observable graph execution with Langfuse integration.

About agentic-rag

FareedKhan-dev/agentic-rag

Agentic RAG to achieve human like reasoning

Implements a multi-stage agentic pipeline with specialized tools (Librarian, Analyst, Scout) coordinated through deliberate reasoning nodes—Gatekeeper for validation, Planner for orchestration, Auditor for self-correction, and Strategist for causal inference. Builds knowledge from structure-aware document parsing, LLM-generated metadata, and hybrid vector/relational stores, then stress-tests robustness through adversarial Red Team challenges and evaluation across retrieval quality, reasoning correctness, and cost metrics.

Scores updated daily from GitHub, PyPI, and npm data. How scores work