Glossary · Term

RAG

← all terms

Definition

Letting a model look things up in an external source and use what it finds to answer.

Retrieval-Augmented Generation, an inference pattern where a model retrieves relevant documents from an external store and conditions generation on them.

Also called: RAG poisoning

Mentioned in 3 episodes

  1. 039
    When Smarter Agents Get Fooled by Three Extra Nodes in a Database
  2. 031
    When Your AI Assistant Won't Let Go of Old Facts About You
  3. 027
    When AI Agents Build the Serving Stack: A Bet on Bespoke Infrastructure

Related concepts

RAG