class DataBlobStoreA path to the module that contains the class, eg. ["langchain", "llms"]
Is the path supported by this BlobStore?
Abstract method to delete multiple keys.
Abstract method to get multiple values for a set of keys.
Abstract method to set a value for multiple keys.
Abstract method to yield keys optionally based on a prefix.
The name of the serializable. Override to provide an alias or
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
A blob "store" that works with data: URLs that will turn the URL into a blob.