infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
18.38k stars 1.86k forks source link

[Feature Request]: Support more object storage, including s3, azure. #2277

Open baifachuan opened 3 weeks ago

baifachuan commented 3 weeks ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

I'm not use minio object storage, in production environments, S3 and Azure Blob are used more often.

Describe the feature you'd like

I want to config the S3 or Azure Blob as the object sotrage of ragflow, not MINIO.

Describe implementation you've considered

Both support more storage

Documentation, adoption, use case

You can set the os env:

STORAGE_IMPL=MINIO/AZURE_SPN/AZURE_SAS/S3

to config your object storage.

Additional information

No response

Said-Apollo commented 3 weeks ago

Support for GCP buckets would also be great