ChromaDB: How to use a vector database to avoid screwing up while teaching
The problem: teaching what you haven’t taught yet I have a programming course with 47 classes. Each class has notes (where I explain stuff) and labs (where students practice). And I have a problem: sometimes I use concepts in labs that I haven’t explained in the notes yet. “Alright, in this exercise use map to transform the list.” The problem? I don’t explain what the hell map is until three classes later. ...