LangChain Basics Tutorial - LLMs & Prompt Templates with Colab
Offered By: Sam Witteveen via YouTube
Course Description
Overview
Explore the fundamentals of building applications with Large Language Models (LLMs) and LangChain in this 20-minute tutorial video. Learn about LLMs and Prompt Templates, including their inability to store state and the importance of prompts in application development. Discover the concept of few-shot prompting and how to implement Prompt Templates in code. Follow along with practical demonstrations on setting up an LLM, creating PromptTemplates, and constructing an LLM Chain. Gain hands-on experience using a provided Colab Code Notebook to reinforce your understanding of these essential concepts in LangChain development.
Syllabus
Intro
LLMs as Apps
LLMs Don’t Store State
What is LangChain?
Everything Starts with a Prompt
Few Shot Prompting
Prompt Templates
Code Time
Setting up an LLM
PromptTemplates code
Making a LLM Chain
Few Shot Prompt Template
Taught by
Sam Witteveen
Related Courses
Prompt Templates for GPT-3.5 and Other LLMs - LangChainJames Briggs via YouTube Getting Started with GPT-3 vs. Open Source LLMs - LangChain
James Briggs via YouTube Chatbot Memory for Chat-GPT, Davinci + Other LLMs - LangChain
James Briggs via YouTube Chat in LangChain
James Briggs via YouTube LangChain Data Loaders, Tokenizers, Chunking, and Datasets - Data Prep
James Briggs via YouTube