Chevron Left
Back to Building Agentic RAG with LlamaIndex

Learner Reviews & Feedback for Building Agentic RAG with LlamaIndex by DeepLearning.AI

4.9
stars
13 ratings

About the Course

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

Top reviews

Filter by:

1 - 1 of 1 Reviews for Building Agentic RAG with LlamaIndex

By Juan B S P

•

Jul 30, 2024

Really cool small project, it helped me learn the main uses and tools I can use to develop RAG systems, thanks DeepLearning.AI