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