Ask a question to get started
Enter to sendā¢Shift+Enter new line
BaseLoader()
ABC
Load data into Document objects.
Document
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.
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.
load