Ask a question to get started
Enter to send•Shift+Enter new line
Combine documents into a single string.
acombine_docs( self, docs: list[Document], **kwargs: Any = {} ) -> tuple[str, dict]
docs
list[Document]
List[Document], the documents to combine
**kwargs
Any
{}
Other parameters to use in combining documents, often other inputs to the prompt.