-
Book Overview & Buying
-
Table Of Contents
RAG from First Principles
By :
After learning about retrieval pre-processing and index optimization techniques, Alex, Anna, and Lewis discussed retrieval post-processing techniques, but Anna still had some questions.

Figure 7.1: Lewis and Anna deep in conversation about retrieval pre-processing techniques
Anna: Could you talk about the key differences between retrieval pre-processing, index optimization, and retrieval post-processing techniques?
Lewis: Retrieval pre-processing and index optimization techniques focus on improving the efficiency of the retrieval process, while retrieval post-processing techniques aim to enhance the quality of the retrieval results. Since the initial retrieval results are often not ideal, further optimization and processing are needed to ensure that the generative model can produce high-quality answers.
Retrieval post-processing employs a series of steps to place the most relevant text chunks at the top of the result list while reducing...