RAG systems tutorial roadmap
RAG
Vector Databases
LlamaIndex
FAISS
A tutorial outline for building retrieval-augmented generation systems with evaluation from the start.
Tutorial Goal
Build a retrieval-augmented generation workflow that is evaluated like a system, not demoed like a prompt.
Sections To Build
- Document ingestion and cleaning.
- Chunking and metadata design.
- Embedding selection.
- FAISS or Pinecone indexing.
- Retrieval, reranking, and response synthesis.
- Citation and groundedness checks.
- Regression tests for prompt and retrieval changes.
Notebook Plan
notebooks/rag-systems/01-ingestion.ipynbnotebooks/rag-systems/02-indexing.ipynbnotebooks/rag-systems/03-generation.ipynbnotebooks/rag-systems/04-evaluation.ipynb