LangChain Tutorial - What are Chains? LLMChain?

Опубликовано: 11 Сентябрь 2023
на канале: TrickSumo
145
2

Introduction to Chains in LangChain - LLMChain

Chains are a sequence of modular components (or other chains) combined in a particular way to accomplish a common use case.

The most commonly used type of chain is an LLMChain, which combines a PromptTemplate, a Model, and OutputParsers, etc.

00:00 Chains in LangChain
01:35 LLMChain
07:02 LLMChain with ChatOpenAI
09:51 LLMChain with OutputParser

Langchain chain documentation:- https://python.langchain.com/docs/mod...

Github Code:- https://github.com/TrickSumo/langchai...

#langchain #chain #openai #python #LLMChain #PromptTemplate