diff --git a/api/commands.py b/api/commands.py index 084fd576a1..8698ec3f97 100644 --- a/api/commands.py +++ b/api/commands.py @@ -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,