From d318c655b679b66f39e8599c7e8152761f6c300b Mon Sep 17 00:00:00 2001 From: garciasces Date: Mon, 4 Aug 2025 16:50:50 +0200 Subject: [PATCH] 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. --- docs/docs/integrations/chat/google_vertex_ai_palm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb b/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb index b86f949aa40..4a4740a2524 100644 --- a/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb +++ b/docs/docs/integrations/chat/google_vertex_ai_palm.ipynb @@ -45,7 +45,7 @@ "\n", "### Credentials\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", "- Store the path to a service account JSON file as the GOOGLE_APPLICATION_CREDENTIALS environment variable\n", "\n",