mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 19:27:40 +08:00
Merge branch 'feat/r2' into deploy/rag-dev
This commit is contained in:
@ -180,7 +180,7 @@ class PluginDatasourceManager(BasePluginClient):
|
||||
"provider": datasource_provider_id.provider_name,
|
||||
"datasource": datasource_name,
|
||||
"credentials": credentials,
|
||||
"page": datasource_parameters,
|
||||
"page": datasource_parameters.model_dump(),
|
||||
},
|
||||
},
|
||||
headers={
|
||||
|
||||
Reference in New Issue
Block a user