From 2c0e8dce0de07b4685aa9781538dce6526a25977 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:28:07 +0530 Subject: [PATCH] docs(docs): fix broken link in Google Gemini text embedding integration (#32082) - **Description:** Corrected the `link` path in the Google Gemini integration entry from `/docs/integrations/text_embedding/google-generative-ai` to `/docs/integrations/text_embedding/google_generative_ai` to align with actual directory structure and prevent broken documentation links. - **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 796f4328813..702b85e6085 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -368,7 +368,7 @@ const FEATURE_TABLES = { }, { name: "Google Gemini", - link: "/docs/integrations/text_embedding/google-generative-ai", + link: "/docs/integrations/text_embedding/google_generative_ai", package: "langchain-google-genai", apiLink: "https://python.langchain.com/api_reference/google_genai/embeddings/langchain_google_genai.embeddings.GoogleGenerativeAIEmbeddings.html" },