Completed
⌨️ Super Challenge - solution
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn LangChain.js - Build LLM apps with JavaScript and OpenAI
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ What you'll learn and build
- 3 ⌨️ Introduction to LangChain from Jacob Lee Lead Maintainer of LangChain.js
- 4 ⌨️ App Flow Diagrams
- 5 ⌨️ What are embeddings
- 6 ⌨️ Supabase Setup
- 7 ⌨️ Split the text
- 8 ⌨️ Split the text II
- 9 ⌨️ Upload to supabase
- 10 ⌨️ Starter code
- 11 ⌨️ Explainer The Standalone Question
- 12 ⌨️ Aside Prompt Templates
- 13 ⌨️ Aside Prompt Templates II
- 14 ⌨️ Adding the first chain
- 15 ⌨️ Retrieval
- 16 ⌨️ Add StringOutputParser
- 17 ⌨️ Fetching the answer the template
- 18 ⌨️ Serialize the docs
- 19 ⌨️ Aside RunnableSequence
- 20 ⌨️ Aside RunnableSequence 2
- 21 ⌨️ Aside RunnableSequence 3 RunnablePassthrough
- 22 ⌨️ Super Challenge - add the RunnableSequence
- 23 ⌨️ Super Challenge - solution
- 24 ⌨️ Wire up the UI
- 25 ⌨️ Setting up the memory
- 26 ⌨️ Super Challenge Wire up the memory
- 27 ⌨️ Performance Issues Check-list
- 28 ⌨️ Outro