Module 08 · AI Fundamentals Lab

If the model was never trained on your documents, where does the answer come from?

You will search a fictional company’s security handbook, watch the retriever score all 14 documents for real, and read the exact prompt it builds. Then you will break it three different ways and see that the model was never the problem.

RAG changes what is in the prompt, not what the model knows — so a wrong answer is usually a retrieval failure.

Before you blame the model, read the prompt it was given. If the fact was not in there, no model on earth could have answered, and the fix is in the search, the chunking or the documents.

My observations

Kept in this browser tab only, for this session.