- All Courses
- Retrieval-Augmented Generation in Practice
- Why Retrieval
- The knowledge cutoff problem
Lesson 1.1Free preview
The knowledge cutoff problem
A model is trained on a snapshot.
8mAdvanced7.4k students
Overview
Models know a lot, but not your data
A model is trained on a snapshot. It has never seen your internal documents, your prices, or anything published after training, and it cannot tell you which of those categories a question falls into.
Asked about something it does not know, a model produces a plausible answer rather than an empty one. Retrieval fixes this by putting the actual facts in front of it at request time.
Fine-tuning teaches style and format far more reliably than facts. Changing knowledge means retraining; changing a retrieved document means saving a file.
In this lesson you will:
- Understand what a model does not know
- Separate missing knowledge from bad reasoning
- See why fine-tuning is not a knowledge fix
Resources
Notes are not saved yet — they clear when you leave this page.
Anatomy of a RAG pipeline
7m