mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-23 11:16:58 +00:00
needs new versions of langchain-core and langchain --------- Co-authored-by: Nuno Campos <nuno@langchain.dev>
17 lines
728 B
Plaintext
17 lines
728 B
Plaintext
---
|
|
sidebar_position: 4
|
|
---
|
|
# Output Parsers
|
|
|
|
Output parsers are responsible for taking the output of an LLM and transforming it to a more suitable format. This is very useful when you are asing LLMs to generate any form of structured data.
|
|
|
|
Besides having a large collection of different types of output parsers, one distinguishing benefit of LangChain OutputParsers is that many of them support streaming.
|
|
|
|
## [Quick Start](./quick_start)
|
|
|
|
See [this quick-start guide](./quick_start) for an introduction to output parsers and how to work with them.
|
|
|
|
## [Output Parser Types](./types)
|
|
|
|
LangChain has lots of different types of output parsers. See [this table](./types) for a breakdown of what types exist and when to use them.
|