Using LangChain Output Parsers to Get What You Want Out of LLMs
Offered By: Sam Witteveen via YouTube
Course Description
Overview
Explore the use of output parsers in LangChain to enhance model results in this 23-minute tutorial. Learn about structured output parsers, comma-separated list output parsers, Pydantic output parsers, output fixing parsers, and retry output parsers. Access the accompanying OutParsers Colab for hands-on practice and follow along with the step-by-step explanations. Gain valuable insights into improving the quality and structure of outputs from language models, enhancing your ability to work with LLMs effectively.
Syllabus
Intro
Structured Output Parser
CommaSeparatedList OutputParser
Pydantic OutputParser
Output FixingParser
Retry OutputParser
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