Ask a question to get started
Enter to send•Shift+Enter new line
Transform sequence of documents by splitting them.
transform_documents( self, documents: Sequence[Document], **kwargs: Any = {} ) -> list[Document]
documents
Sequence[Document]
A sequence of Document objects to be split.
Document