Retrieval Augmented Generation
第 1 章
LLMs and the need for RAG
Definition
第 2 章
RAG systems and their design
Outline The concept and design of RAG systems An overview of the indexing pipeline An overview of the generation pipeline An initial look at RAG evaluation A high-level look at...
第 3 章
Indexing pipeline
Creating a knowledge base for RAG
第 4 章
Generating pipeline
Generating contextual LLM responses