AI / ML2024

GenAI 360

Working notes and re-implemented exercises from the Activeloop GenAI course, ported to LangChain 0.2

When I worked through Activeloop’s GenAI 360 course, the examples were written for an older LangChain. Instead of copying them, I rewrote each exercise against LangChain 0.2 and kept notes on what changed and why.

The repository holds the notebooks, the notes, and the small utilities I wrote along the way for retrieval, vector stores and agents. It is the groundwork for a lot of the RAG work I later did in production.