¶ 01
Curriculum structure
A structure of 3 sessions plus a supplement. Build up while implementing.
| Session | Theme | What you do |
|---|---|---|
| Session 0 | Introduction | An overview of the whole curriculum and the big picture of RAG |
| Session 1 | Running the ChatGPT API | Python setup / API calls / basic parameters |
| Session 2 | The world of embeddings | Vectorizing text / semantic search / implementing the search part of RAG |
| Supplement | How the Transformer works | Experiencing the attention mechanism |