#70 · Primary category: Knowledge Base & RAG
agentic-rag-for-dummies
A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.
Project last updated:07/25/26
GitHub Stars
4.0K
Forks
517
Contributors
3
License
MIT
Why we included this project
Most RAG tutorials stop at retrieving a passage and pasting it into a prompt, so this repository is a useful next step for anyone who wants a retrieval system that actually reasons as it searches. Built on LangGraph, it walks through an agent with conversation memory that rewrites ambiguous queries, asks for clarification when needed, fans out parallel retrievals for multi-part questions, and retries when the first results miss. Each layer, from the LLM provider to the embedding model and indexing strategy, can be swapped independently, which makes the project a practical starting template rather than a fixed demo. It defaults to local Ollama models, with examples for OpenAI, Anthropic, and Google, so you can try it on your own hardware before spending anything on API calls. Beginners get the most from the step-by-step notebook, while teams that already know the basics can lift the modular structure straight into a prototype.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
crawl4ai
🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN
docling
Get your documents ready for gen AI
anything-llm
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience