Ask a question to get started
Enter to send•Shift+Enter new line
Split HTML content from a file into a list of Document objects.
Document
split_text_from_file( self, file: StringIO, ) -> list[Document]
file
StringIO
A file path or a file-like object containing HTML content.