Building Agentic RAG with LlamaIndex
Key Takeaways
Builds agentic RAG with LlamaIndex for research agents and tool use
Original Description
Join our new short course and learn from Jerry Liu, co-founder and CEO at LlamaIndex to start using agentic RAG, a framework designed to build research agents skilled in tool use, reasoning, and decision-making with your data.
In this course:
1. Build the simplest form of agentic RAG – a router. Given a query, the router will pick one of two query engines, Q&A or summarization, to execute a query over a single document.
2. Add tool calling to your router agent where you will use an LLM to not only pick a function to execute but also infer an argument to pass to the function.
3. Build a research assistant agent. Instead of tool calling in a single-shot setting, an agent is able to reason over tools in multiple steps.
4. Build a multi-document agent where you will learn how to extend the research agent to handle multiple documents.
Unlike the standard RAG pipeline—suitable for simple queries across a few documents—this intelligent approach adapts based on initial findings to enhance further data retrieval. You’ll learn to develop an autonomous research agent, enhancing your ability to engage with and analyze your data comprehensively.
You’ll practice building agents capable of intelligently navigating, summarizing, and comparing information across multiple research papers from arXiv. Additionally, you’ll learn how to debug these agents, ensuring you can guide their actions effectively.
Explore one of the most rapidly advancing applications of agentic AI!
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Agent Foundations
View skill →Related Reads
📰
📰
📰
📰
issues are prompts, PRs are context, github is the queue
Dev.to AI
Automating Quarterly Data Aggregation: Connecting Portfolios, Performance, and Benchmarks
Dev.to AI
Re: ACP already exists — you're right, that's why we built ATC instead
Dev.to AI
Why Your AI Agent Integrations Are a Ticking Time Bomb 💣 (And How to Fix It)
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI