infiniflow / ragflow

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

[Feature Request]: Ragflow supports multiple types of object storage, no longer limited to a single MinIO. #2496

Closed baifachuan closed 1 month ago

baifachuan commented 1 month ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

No response

Describe the feature you'd like

https://github.com/infiniflow/ragflow/blob/main/api/db/services/file2document_service.py#L72

Ragflow supports multiple types of object storage, no longer limited to a single MinIO.

So all the storage variables need rename to storeage from minio.

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

No response