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