⛓️ Chain (LangChain)
= a combination of multiple 🔗 LangChain modules, used to create complex workflows
Types
- sequential
- …
📖 Example:
A more complex chain could look like this:
- user asks question
- choose a correct prompt template via agent
- fill the prompt template
- send prompt to LLM (e.g. GPT-3)
- get answer & reply
🔗 Links