mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 13:45:44 +08:00
Go: add more commands and GCS supports (#16741)
### Summary 1. GCS supports 2. More commands ``` RAGFlow(admin)> ping store; SUCCESS RAGFlow(admin)> ping engine; SUCCESS RAGFlow(admin)> ping cache; SUCCESS ``` --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -111,6 +111,10 @@ user_default_llm:
|
||||
# tenant_id: 'tenant_id'
|
||||
# container_name: 'container_name'
|
||||
# cloud: 'public' # Azure cloud: 'public', 'china', 'government', or 'germany'
|
||||
# gcs:
|
||||
# bucket: '${GCS_BUCKET:-ragflow}'
|
||||
# prefix_path: '${GCS_PREFIX_PATH:-}'
|
||||
# endpoint_url: '${GCS_ENDPOINT:-}'
|
||||
# The OSS object storage uses the MySQL configuration above by default. If you need to switch to another object storage service, please uncomment and configure the following parameters.
|
||||
# opendal:
|
||||
# scheme: 'mysql' # Storage type, such as s3, oss, azure, etc.
|
||||
|
||||
Reference in New Issue
Block a user