Interface for document loader.
Implementations should implement the lazy-loading method using generators to avoid loading all documents into memory at once.
load is provided just for user convenience and should not be overridden.
BaseLoader()Load data into Document objects.
Load data into Document objects.
Load Document and split into chunks. Chunks are returned as Document.
Do not override this method. It should be considered to be deprecated!
A lazy loader for Document.
A lazy loader for Document.