From 50a12a7ee54711e1f7f4ec82231812652fc71e27 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:30:49 +0530 Subject: [PATCH] fix(docs): fix broken link in VertexAILLM and NVIDIA LLM integrations (#32096) ## **Description:** This PR updates the `link` values for the following integration metadata entries: 1. **VertexAILLM** - Changed from: `google_vertexai` - To: `google_vertex_ai_palm` 2. **NVIDIA** - Changed from: `NVIDIA` - To: `nvidia_ai_endpoints` These changes ensure that the documentation links correspond to the correct integration paths, improving documentation navigation and consistency with the integration structure. ## **Issue:** N/A ## **Dependencies:** None ## **Twitter handle:** N/A Co-authored-by: Mason Daugherty --- 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 24110bb9cd7..215c72481eb 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -327,7 +327,7 @@ const FEATURE_TABLES = { }, { name: "NVIDIA", - link: "NVIDIA", + link: "nvidia_ai_endpoints", package: "langchain-nvidia", apiLink: "https://python.langchain.com/api_reference/nvidia_ai_endpoints/llm/langchain_nvidia_ai_endpoints.llm.NVIDIA.html" },