Ask a question to get started
Enter to sendā¢Shift+Enter new line
acombine_docs( self, docs: list[Document], callbacks: Callbacks = None, **kwargs:
docs
list[Document]
List of documents to join together into one variable
callbacks
Callbacks
None
Optional callbacks to pass along
**kwargs
Any
{}
Async stuff all documents into one prompt and pass to LLM.
additional parameters to use to get inputs to LLMChain.