context and retrieval — feeding the model real data1 / 1
what changes when you give the model your data
What changes when you give the model your data
The lessons in this chapter are coming. The orientation step you're reading is the placeholder while the interactive content is authored.
When the chapter ships you'll do the four production moves end to end:
- Chunk a real document into retrievable pieces.
- Embed the chunks and store the vectors.
- Take a user question, find the closest chunks, stuff them into a prompt.
- Eval the pipeline against questions where you already know the right chunk.
For now, read the chapter overview above and come back when the lesson plan goes live.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _