Skip main navigation

Embedding Lesson Summary and Reflection

Summary of Lesson on Text Embedding: Key Terms and Topics: Embedding Basics: Large language models (LLMs) and Retrieval-Augmented Generation (RAG) systems heavily use embeddings to encode text inputs. Embeddings convert …

Simple RAG – Homework Exercise

Homework Instructions: In this exercise, you will implement a simple RAG system to find and recommend old movies based on a dataset with 5,000 movies. You will practice loading a …

Lesson Summary and Reflection

Summary of Lesson on Simple RAG: In the lesson on Simple Retrieval-Augmented Generation (RAG), you traversed the foundational aspects of developing RAG applications. The core flow involved retrieval, augmentation, and …

Hands-on labs and homework exercises instructions

Jupyter Notebooks Execution The course includes a set of Jupyter notebooks for hands-on labs and homework exercises. Prerequisites The labs and exercises use APIs from OpenAI, Anthropic, and Cohere. You …