mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
# Analyze Document
|
|
|
|
The AnalyzeDocumentChain can be used as an end-to-end to chain. This chain takes in a single document, splits it up, and then runs it through a CombineDocumentsChain.
|
|
|
|
import Example from "@snippets/modules/chains/additional/analyze_document.mdx"
|
|
|
|
<Example/>
|