Completed
What is RAG?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building an AI RAG Application with LangChain and Next.js
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Lesson Goal
- 4 What is RAG?
- 5 What is LangChain?
- 6 Source Code
- 7 OpenAI API Key
- 8 Dependencies
- 9 Frontend Chat Component
- 10 Simple Chat Example
- 11 Ex. 1: LangChain Chat
- 12 Ex. 2: Chat with History
- 13 Ex. 3: Chat with Personality
- 14 Ex. 4a: RAG Pattern Chat with JSON Object
- 15 Ex. 4b: RAG Pattern Chat with JSON file
- 16 Wrap-up