“
A language model knows nothing about your documents until retrieval puts them in front of it.
Retrieval-augmented generation separates what a model absorbed during pretraining from what it can look up on demand. That separation is what lets a general model answer questions about a private corpus, and it is also where most of the engineering effort ends up.
