Building Agentic RAG with LlamaIndex ↗
Prerequisites: Python, basic RAG understanding
rag
agentsCombines RAG with agentic patterns using LlamaIndex — covering router queries, tool retrieval, and multi-document agents. This goes beyond basic RAG (query → retrieve → generate) to show how agents can dynamically choose retrieval strategies and combine multiple data sources. Take this after understanding basic RAG concepts from the RAG from Scratch learning path.