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
This commit is contained in:
Kanav Bansal 2025-07-17 19:28:07 +05:30 committed by GitHub
parent 491f63ca82
commit 2c0e8dce0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},