Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 535 Bytes

File metadata and controls

17 lines (11 loc) · 535 Bytes

Session 3 Reference Solutions

This folder contains reference solution code provided by Stelios.

Write your own code first in session3/solutions/. Use these files only to check your approach after you complete each task.

Files

  • exercise-03-01.py: streaming vs loading text-data solution
  • exercise-03-02.py: Gemini chunk-summary solution
  • exercise-03-03.py: tiny RAG with Gemini solution

Notes

  • Quiz content is intentionally excluded.
  • Run these scripts from the session3 folder so relative file paths work.