JA EN
Glossary › retrieval

GLOSSARY

retrieval

appears in 3 paper titles

Definition

Fetching relevant passages from an external store — documents, a vector index, a database — so the model can condition on them. It is the R in RAG, and the usual motivation is knowledge the weights lack: recent events, private documents, anything that changes faster than you retrain. Unlike a search engine, the results are selected for a model to consume, so chunking and ranking are tuned for a context window rather than for a human reader.

Explainers using this term