mirror of https://github.com/langgenius/dify.git
fix jina reader creadential migration command (#27883)
This commit is contained in:
parent
87fb9a6b69
commit
f627348b11
|
|
@ -1601,7 +1601,7 @@ def transform_datasource_credentials():
|
|||
"integration_secret": api_key,
|
||||
}
|
||||
datasource_provider = DatasourceProvider(
|
||||
provider="jina",
|
||||
provider="jinareader",
|
||||
tenant_id=tenant_id,
|
||||
plugin_id=jina_plugin_id,
|
||||
auth_type=api_key_credential_type.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue