title: “RAG”

RAG

Retrieval-Augmented Generation (RAG) is a framework used to optimize the output of a Large Language Model (LLM) by retrieving relevant, authoritative information from an external knowledge base to augment the model’s context window.

Paradigms & Evolutions

Source Notes