Master LlamaIndex from basics to advanced RAG systems — vector indexes, query engines, multi-index routing, and production deployment. The definitive guide for Python developers building knowledge-retrieval applications.
Learn how agentic RAG systems use reasoning and iterative retrieval to outperform static RAG pipelines, including CRAG, FLARE, and self-ask decomposition patterns.
Explore naive RAG limitations and advanced architectures like modular RAG, self-RAG, and corrective RAG that enable production-grade question-answering systems.
Explore chunking strategies from fixed-size to semantic splitting, including sentence-window retrieval and late chunking techniques that dramatically improve retrieval quality.
Build RAG systems that handle PDFs, tables, images, and charts by combining text extraction, table embeddings, and vision encoders for unified multimodal search.