feat(document-search): add gcs source to the DocumentMeta #6
Labels
document search
Changes to the document search package
feature
New feature or request
integrations
Changes in vendor integration
Milestone
Feature description
Right now
DocumentMeta
supports only one source which isLocalFileSource
.The proposed improvement is to add new type of the source:
GoogleCloudSource
, which will indicate that a document is stored in GCS bucket. New type of source should allow to load the document from remote using asynchronous google-cloud libraries.Motivation
GCS is one of the top storage providers, so it will be common to load documents from this source.
Additional context
https://pypi.org/project/gcloud-aio-storage/ handles async operations on GCS well
The text was updated successfully, but these errors were encountered: