langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
45.54k stars 6.4k forks source link

Support Baidu bos storage #7986

Open chop2 opened 1 week ago

chop2 commented 1 week ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Any plan to support baidu bos storage?

2. Additional context or comments

No response

3. Can you help us with this feature?

dosubot[bot] commented 1 week ago

@chop2 Hello there! I'm a bot designed to help you with bug fixes, answer your questions, and guide you on how to become a contributor. I'm here to assist you while we wait for a human maintainer.

Currently, Dify supports several storage solutions, including Local, S3, Azure Blob, Google Storage, Tencent COS, and Alibaba Cloud OSS [1][2].

There are no existing guidelines or documentation specifically for adding new storage backends like Baidu BOS in Dify. However, you can refer to the existing storage classes such as OCIStorage, S3Storage, AzureStorage, AliyunStorage, GoogleStorage, and TencentStorage for implementation patterns [3][4].

If you are interested in contributing to this feature, you might start by creating a new storage class for Baidu BOS, similar to the existing ones, and integrating it into the Storage class.

To continue talking to Dosu, mention @dosu.