Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.