June 2025
Beginner to intermediate
256 pages
7h 15m
English
Chapters 3 and 4 discussed the development of retrieval-augmented generation (RAG) systems using the indexing and generation pipelines. RAG promises to reduce hallucinations and ground the large language model (LLM) responses in the provided context, which is done by creating a non-parametric memory or knowledge base for the system and then retrieving information from it.
This chapter covers the methods used to evaluate how well the RAG system is functioning. We need to make sure that the components ...
Read now
Unlock full access