mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
12 lines
401 B
Text
12 lines
401 B
Text
---
|
|
sidebar_position: 0
|
|
---
|
|
# Stuff
|
|
|
|
The stuff documents chain ("stuff" as in "to stuff" or "to fill") is the most straightforward of the document chains. It takes a list of documents, inserts them all into a prompt and passes that prompt to an LLM.
|
|
|
|
This chain is well-suited for applications where documents are small and only a few are passed in for most calls.
|
|
|
|

|
|
|
|
|