https://github.com/arjuntheprogrammer/agentic_rag_with_llamaindex
Deeplearning AI Course
https://github.com/arjuntheprogrammer/agentic_rag_with_llamaindex
Last synced: about 1 year ago
JSON representation
Deeplearning AI Course
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/agentic_rag_with_llamaindex
- Owner: arjuntheprogrammer
- Created: 2024-05-15T04:00:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T09:12:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T20:29:24.878Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 35.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Agentic RAG with Llamaindex
Build an agent that can answer complex questions about your documents.
- Learn how to build an agent that can reason over your documents and answer complex questions.
- Build a router agent that can help you with Q&A and summarization tasks, and extend it to handle passing arguments to this agent.
- Design a research agent that handles multi-documents and learn about different ways to debug and control this agent.
---
## INDEX
1. Router Query Engine
2. Tool Calling
3. Building an Agent Reasoning Loop
4. Building a Multi Document Agent
---
## YT RECORDING
[](https://youtu.be/WnVf5ei-_dw)
---
## Course Link
---