Chapter 3. Scaling Your RAG Stack
In Chapter 2, you saw the basic components of a RAG stack: document parsing, chunking, embedding models, and vector search, as well as using an LLM for the final generation of the response to the user. With this knowledge, you should now be able to build end-to-end RAG applications that work pretty well on small to medium datasets, and experience for yourself how RAG works in practice.
In this chapter, we tackle more advanced techniques that help you bring your RAG stack to enterprise scale, without sacrificing latency or response quality, including data ingestion, advanced retrieval techniques, guardrails, and handling RAG hallucinations. Although not strictly part of scale, security and data privacy become important as you scale in production, and we cover those in Chapter 4 under “Data Security and Privacy”.
We end this chapter with a less commonly discussed but critical aspect of any RAG application: building a great user experience to make sure your frontend is as good as your backend.
RAG at Scale
When your RAG application grows in scale, things can become more complex relatively quickly. You had to deal with higher volumes of documents and queries, multiple document formats, integrating advanced retrieval mechanisms to maintain high-quality responses, hallucination mitigation, guardrails, and a lot more.
In this section, we’ll dive into the various challenges that come up with RAG at scale and how to address them.
Volume and Complexity ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access