Building Agentic RAG with LlamaIndex

DeepLearning.AI intermediate micro-course free ~1 hours
Prerequisites: Python, basic RAG understanding
rag agents

Combines 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.