RAG (retrieval-augmented generation)
Definition: RAG (Retrieval-Augmented Generation) feeds the model relevant documents retrieved on the fly, so it answers with up-to-date facts and cites sources.
It reduces hallucinations and lets you query a private knowledge base. Claude News' semantic search is built on this principle.