Breaking Down RAG (Retrieval Augmented Generation) To get a handle on RAG, let’s break it down into its two main parts: retrieval models and generative models. Retrieval Models: These models are great at digging up relevant info from a set of documents or a knowledge base. They use techniques like information retrieval or semantic search to…