Ask a question to get started
Enter to send•Shift+Enter new line
Abstract interface for blob loaders implementation.
Implementer should be able to load raw content from a storage system according to some criteria and return the raw content lazily as a stream of blobs.
BlobLoader()
ABC
A lazy loader for raw data represented by LangChain's Blob object.
Blob