fix(docs): inconsistent docs for Google Vertex AI (#32381)

Description: Documentation is inconsistent with API docs.

Current documentation implies that to use the integration you must have
credentials configured AND store the path to a service account JSON
file.

API docs explain that you must only complete EITHER of the steps
regarding credentials.

I have updated the docs to make them consistent with the API wording.
This commit is contained in:
garciasces 2025-08-04 16:50:50 +02:00 committed by GitHub
parent df4eed0cea
commit d318c655b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
"\n", "\n",
"### Credentials\n", "### Credentials\n",
"\n", "\n",
"To use the integration you must:\n", "To use the integration you must either:\n",
"- Have credentials configured for your environment (gcloud, workload identity, etc...)\n", "- Have credentials configured for your environment (gcloud, workload identity, etc...)\n",
"- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n", "- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n",
"\n", "\n",