The Naive Version
The whole app in ten lines: stuff a document into the prompt and ask. It works on one page — and falls apart the moment your data is bigger than the context window. That failure is the reason everything else in this course exists.
- Why "just put it in the prompt" doesn't scale
- The context-window wall you hit first
- What retrieval-augmented generation (RAG) actually means