RAG: giving AI your own data
Build the single most employable thing in this course.
- Why RAG exists Say what problem retrieval solves that a bigger model does not.
- Chunking documents Split a document so retrieved pieces are actually answerable.
- Vector databases and similarity search Store embeddings and retrieve the nearest ones to a query.
- Build a document Q&A app Ship a working app that answers questions about your own PDFs.
- RAG vs fine-tuning: which one do you need? Choose correctly between retrieval and fine-tuning for a given problem.
Ends with a graded checkpoint: 8 questions, pass mark 70%.