infiniflow / ragflow

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

[Question]: cloud storage like s3 #638

Open kratorado opened 2 months ago

kratorado commented 2 months ago

Describe your problem

Minio is good enough for individual use but in business scenario we want a more flexible file storage service like s3 or any other. This may not be the one of the main targets of ragflow, so I want to know where to start to contribute, thanks. Great job BTW, hope API docs coming soon.

KevinHuSh commented 2 months ago

S3 and minio basically share the same api. Just add another utility in rag/util instead of using minio.