[PR #1790] [MERGED] oss: google consolidation updates #1856

Closed
opened 2026-02-17 17:22:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1790
Author: @mdrxy
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/google-consolidation


📝 Commits (1)

  • 3d0ad3b oss: google consolidation updates

📊 Changes

21 files changed (+1016 additions, -291 deletions)

View changed files

📝 reference/python/docs/integrations/index.md (+0 -8)
reference/python/docs/integrations/langchain_google_genai/ChatGoogleGenerativeAI.md (+10 -0)
reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAI.md (+10 -0)
reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAIEmbeddings.md (+10 -0)
📝 reference/python/docs/integrations/langchain_google_genai/index.md (+39 -3)
reference/python/docs/integrations/langchain_google_vertexai/ChatVertexAI.md (+10 -0)
reference/python/docs/integrations/langchain_google_vertexai/VertexAI.md (+10 -0)
reference/python/docs/integrations/langchain_google_vertexai/VertexAIEmbeddings.md (+10 -0)
📝 reference/python/docs/integrations/langchain_google_vertexai/index.md (+45 -3)
reference/python/docs/integrations/langchain_google_vertexai/other.md (+15 -0)
📝 reference/python/docs/langchain/messages.md (+3 -0)
📝 reference/python/docs/langchain/middleware.md (+0 -1)
📝 reference/python/docs/langchain_core/callbacks.md (+7 -2)
📝 reference/python/docs/langchain_core/language_models.md (+0 -1)
📝 reference/python/mkdocs.yml (+13 -3)
📝 reference/python/uv.lock (+57 -68)
📝 src/oss/python/integrations/chat/google_generative_ai.mdx (+689 -174)
📝 src/oss/python/integrations/chat/google_vertex_ai.mdx (+6 -0)
📝 src/oss/python/integrations/llms/google_vertex_ai.mdx (+7 -1)
📝 src/oss/python/integrations/providers/google.mdx (+68 -25)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1790 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/google-consolidation` --- ### 📝 Commits (1) - [`3d0ad3b`](https://github.com/langchain-ai/docs/commit/3d0ad3b91dec4ef93769ad99bf5892ced046736e) oss: google consolidation updates ### 📊 Changes **21 files changed** (+1016 additions, -291 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/docs/integrations/index.md` (+0 -8) ➕ `reference/python/docs/integrations/langchain_google_genai/ChatGoogleGenerativeAI.md` (+10 -0) ➕ `reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAI.md` (+10 -0) ➕ `reference/python/docs/integrations/langchain_google_genai/GoogleGenerativeAIEmbeddings.md` (+10 -0) 📝 `reference/python/docs/integrations/langchain_google_genai/index.md` (+39 -3) ➕ `reference/python/docs/integrations/langchain_google_vertexai/ChatVertexAI.md` (+10 -0) ➕ `reference/python/docs/integrations/langchain_google_vertexai/VertexAI.md` (+10 -0) ➕ `reference/python/docs/integrations/langchain_google_vertexai/VertexAIEmbeddings.md` (+10 -0) 📝 `reference/python/docs/integrations/langchain_google_vertexai/index.md` (+45 -3) ➕ `reference/python/docs/integrations/langchain_google_vertexai/other.md` (+15 -0) 📝 `reference/python/docs/langchain/messages.md` (+3 -0) 📝 `reference/python/docs/langchain/middleware.md` (+0 -1) 📝 `reference/python/docs/langchain_core/callbacks.md` (+7 -2) 📝 `reference/python/docs/langchain_core/language_models.md` (+0 -1) 📝 `reference/python/mkdocs.yml` (+13 -3) 📝 `reference/python/uv.lock` (+57 -68) 📝 `src/oss/python/integrations/chat/google_generative_ai.mdx` (+689 -174) 📝 `src/oss/python/integrations/chat/google_vertex_ai.mdx` (+6 -0) 📝 `src/oss/python/integrations/llms/google_vertex_ai.mdx` (+7 -1) 📝 `src/oss/python/integrations/providers/google.mdx` (+68 -25) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:48 -05:00
yindo closed this issue 2026-02-17 17:22:48 -05:00
yindo changed title from [PR #1790] oss: google consolidation updates to [PR #1790] [MERGED] oss: google consolidation updates 2026-06-05 18:15:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1856