What is retrieval-augmented generation (RAG)?
Retrieval-augmented generation is an approach in which an application first retrieves relevant content from approved sources and an LLM then answers using that context.
- RAG combines information retrieval with text generation.
- Business knowledge remains in its sources and can be updated continuously.
- Good results depend as much on document quality, permissions and retrieval as on the model.