Skip to content

Commit d318c65

Browse files
authored
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.
1 parent df4eed0 commit d318c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/chat/google_vertex_ai_palm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"\n",
4646
"### Credentials\n",
4747
"\n",
48-
"To use the integration you must:\n",
48+
"To use the integration you must either:\n",
4949
"- Have credentials configured for your environment (gcloud, workload identity, etc...)\n",
5050
"- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n",
5151
"\n",

0 commit comments

Comments
 (0)