mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-25 20:43:23 +00:00
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:
parent
491f63ca82
commit
2c0e8dce0d
@ -368,7 +368,7 @@ const FEATURE_TABLES = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Google Gemini",
|
name: "Google Gemini",
|
||||||
link: "/docs/integrations/text_embedding/google-generative-ai",
|
link: "/docs/integrations/text_embedding/google_generative_ai",
|
||||||
package: "langchain-google-genai",
|
package: "langchain-google-genai",
|
||||||
apiLink: "https://python.langchain.com/api_reference/google_genai/embeddings/langchain_google_genai.embeddings.GoogleGenerativeAIEmbeddings.html"
|
apiLink: "https://python.langchain.com/api_reference/google_genai/embeddings/langchain_google_genai.embeddings.GoogleGenerativeAIEmbeddings.html"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user