Building Agentic RAG with LlamaIndex
For: Engineers whose basic RAG works in dev but fails in prod
Side-by-side comparison on level, duration, pricing, instructor, tier. Editor verdict on which course wins for which buyer.
The follow-up to Building and Evaluating Advanced RAG. Where the earlier course covered retrieval-engineering fundamentals, this one introduces agentic RAG — the loop where the agent decides what to retrieve, evaluates the result, and re-queries if needed. Production-grade pattern that solves the 'hallucination on retrieved context' problem most basic RAG apps have. Free, taught by Jerry Liu, the LlamaIndex co-founder.
Pinecone's free learn portal. Despite being vendor-published, the content is genuinely vendor-agnostic for the first 60% (embedding theory, ANN basics, hybrid search) and only becomes Pinecone-specific in deployment chapters. James Briggs is one of the best practical-RAG explainers in the field. Free, continuously updated, with code examples that run.
| Dimension | Building Agentic RAG with LlamaIndex | Pinecone Learn (vector DB + RAG) |
|---|---|---|
| Provider | DeepLearning.AI | Pinecone Learn |
| Editorial tier | Hands-on reviewed | Curated |
| Level | Advanced | Intermediate |
| Format | self paced | self paced |
| Duration | ~2 hours (4 lessons) | Variable (~15-25 hours full series) |
| Pricing | Free | Free |
| Instructor | Jerry Liu — Co-founder, LlamaIndex | Pinecone DevRel + James Briggs — Pinecone team + community |
| Rating | No public rating | No public rating |
| Topics | rag systems, build ai agents, ai evals | rag systems, llm fundamentals |
| Last verified | 2026-05-24 | 2026-05-24 |
Take Pinecone Learn (vector DB + RAG) first if you're new to the topic; once you have the basics, Building Agentic RAG with LlamaIndex is the natural next step. They're complementary in a learning path, not directly competing.
For: Engineers whose basic RAG works in dev but fails in prod
For: Engineers learning vector DBs and RAG from first principles
Similar courses you might also be considering.