dify icon indicating copy to clipboard operation
dify copied to clipboard

feat: add aliyun oss storage

Open henrybit opened this issue 10 months ago • 2 comments

Description

Use Aliyun oss to store files, need oss2>=2.15.0 library.

Type of Change

  • [ ] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  1. use my Aliyun ram account's token(AK/SK), create a private read/write bucket, grant full control permission to my ram account;
  2. start API & Web server locally, use Milvus/Redis/Postgresql in My Environment;
  3. create a knowledge repository, and upload some PDFs.

results: Upload success/Content vector successfully obtained/Chat success in RAG.

henrybit avatar Apr 23 '24 01:04 henrybit

There is a lint issue that did not pass, please fix it.

takatost avatar Apr 24 '24 05:04 takatost

@henrybit

JohnJyong avatar Apr 24 '24 07:04 JohnJyong

There is a lint issue that did not pass, please fix it.

image

fix this lint issue.

henrybit avatar Apr 25 '24 08:04 henrybit

@henrybit

finished.

henrybit avatar Apr 25 '24 08:04 henrybit

thanks for your contribution~

JohnJyong avatar Apr 25 '24 08:04 JohnJyong