RAG
Definition
Retrieval-Augmented Generation. Architecture that queries custom document databases to fetch factual context before querying the model.
Example Case
Querying internal PDF files using a vector index before answering a business query.