procedure
The Retrieval Augmented Generation (RAG) approach proceeds by: (1) the retriever fetching a fixed number of relevant documents based on a query, (2) concatenating these documents, and (3) passing them to an LLM-based text generator to produce an answer.

Authors

Sources

Referenced by nodes (1)