Load Document and split into chunks. Chunks are returned as Document.
Do not override this method. It should be considered to be deprecated!
load_and_split(
self,
text_splitter: TextSplitter | None = None,
) -> list[Document]| Name | Type | Description |
|---|---|---|
text_splitter | TextSplitter | None | Default: None
Defaults to |