mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
17 lines
425 B
Plaintext
17 lines
425 B
Plaintext
---
|
|
sidebar_position: 2
|
|
---
|
|
# Documents
|
|
|
|
These are the core chains for working with Documents. They are useful for summarizing documents, answering questions over documents, extracting information from documents, and more.
|
|
|
|
These chains all implement a common interface:
|
|
|
|
import Interface from "@snippets/modules/chains/document/combine_docs.mdx"
|
|
|
|
<Interface/>
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
|
|
<DocCardList />
|