RAG
AI
Retrieval-Augmented Generation is a technique combining retrieval (fetching relevant documents) with generation (creating new text). RAG allows language models to access external knowledge sources and provide more accurate, up-to-date responses.