mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
16 lines
425 B
Text
16 lines
425 B
Text
---
|
|
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 />
|