Files
langchain/docs/docs/modules/model_io/output_parsers/index.mdx
Harrison Chase f20c56db41 [documentation] documentation revamp (#15281)
needs new versions of langchain-core and langchain

---------

Co-authored-by: Nuno Campos <nuno@langchain.dev>
2023-12-29 14:51:06 -08:00

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.