Model Pipeline - RAG architecture overview
The RAG (Retrieval-Augmented Generation) architecture combines a search step with a text generation step. It first finds relevant documents from a large collection, then uses those documents to help create better answers.