Section 01
[Introduction] From Native RAG to Agentic RAG: A Progressive Learning Path
This post introduces the open-source project native-to-agentic-rag, which provides a clear learning path from basic LangChain retrieval workflows to LangGraph agentic workflows with quality assessment, routing decisions, and web fallback capabilities. It solves the dilemma for developers: simple RAG examples are too idealized for beginners, while complex agent systems are hard to understand. Focused on paper search and reading scenarios (with a corpus including classic NLP papers), it helps users master the RAG evolution path in two stages.