From 72a0f425ecdaf3e3f1d7f73213900f6a508613c3 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:15:28 +0530 Subject: [PATCH] docs(docs): correct package name from langchain-google_vertexai to langchain-google-vertexai for VertexAILLM (#32095) - **Description:** This PR updates the `package` field for the VertexAI integration in the documentation metadata. The original value was `langchain-google_vertexai`, which has been corrected to `langchain-google-vertexai` to reflect the actual package name used in PyPI and LangChain integrations. - **Issue:** N/A - **Dependencies:** None - **Twitter handle:** N/A --- docs/src/theme/FeatureTables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/theme/FeatureTables.js b/docs/src/theme/FeatureTables.js index d1b688d2f84..24110bb9cd7 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -322,7 +322,7 @@ const FEATURE_TABLES = { { name: "VertexAILLM", link: "google_vertexai", - package: "langchain-google_vertexai", + package: "langchain-google-vertexai", apiLink: "https://python.langchain.com/api_reference/google_vertexai/llms/langchain_google_vertexai.llms.VertexAI.html" }, {