Welcome 👋

Welcome to the lab “Langchain RAG”

The tutorials in this lab will cover Retrieval Augmented Generation (RAG), a common LLM application that retrieves contextual documents from an external dataset, and a guide to building a chatbot that responds to queries based on the content of your documents, rather than the information it has learned in training.

Important

Make sure you meet all the requirements and have read the lecture slides before you start with the assignments

What you will learn in this lab: