Retrieval-Augmented Generation (RAG) — From Fundamentals to Production-Ready Agentic RAG Systems
advanced40+ hoursOverview
advanced40+ hours54 sections
A comprehensive, end-to-end course through Retrieval-Augmented Generation — beginning with core concepts and document processing, advancing through embeddings, vector stores, and retrieval techniques, and culminating in agentic RAG systems built with LangGraph and a deployable capstone project.
What you'll learn
Understand the RAG architecture and when to use it vs fine-tuning vs prompt engineering
Master document processing, chunking strategies, and metadata management
Select and implement appropriate embedding models for different use cases
Deploy and operate vector stores including Chroma, FAISS, Qdrant, and Pinecone
Implement basic and advanced retrieval techniques including hybrid search, MMR, and re-ranking