mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Merge pull request #215 from charles-shh/docs/cos-storage-en
docs: update English COS storage documentation
This commit is contained in:
@@ -193,6 +193,8 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
|
||||
|
||||
- volcengine-tos: Volcengine TOS object storage, if this option is selected, the following VOLCENGINE_TOS\_ prefixed configurations need to be set.
|
||||
|
||||
- tencent-cos: Tencent Cloud COS object storage, if this option is selected, the following TENCENT_COS\_ prefixed configurations need to be set.
|
||||
|
||||
- STORAGE_LOCAL_PATH
|
||||
|
||||
Default is storage, that is, it is stored in the storage directory of the current directory.
|
||||
@@ -224,6 +226,11 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
|
||||
- VOLCENGINE_TOS_ACCESS_KEY: your-access-key eg, 'difyai'
|
||||
- VOLCENGINE_TOS_REGION: your-region eg, 'cn-guangzhou' # reference: https://www.volcengine.com/docs/6349/107356
|
||||
- VOLCENGINE_TOS_ENDPOINT: your-endpoint eg, 'tos-cn-guangzhou.volces.com' # reference: https://www.volcengine.com/docs/6349/107356
|
||||
- TENCENT_COS_BUCKET_NAME: your-bucket-name eg, 'difyai'
|
||||
- TENCENT_COS_SECRET_KEY: your-secret-key eg, 'difyai'
|
||||
- TENCENT_COS_SECRET_ID: your-secret-id eg, 'difyai'
|
||||
- TENCENT_COS_REGION: your-region eg, 'ap-guangzhou' # reference: https://cloud.tencent.com/document/product/436/6224
|
||||
- TENCENT_COS_SCHEME: specify http/https protocol to access COS
|
||||
|
||||
### Vector Database Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user