[PR #237] [MERGED] Feat: support Vertex AI Grounding #1208

Closed
opened 2026-02-16 10:22:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/237
Author: @k-zaku
Created: 2/18/2025
Status: Merged
Merged: 2/27/2025
Merged by: @crazywoola

Base: mainHead: add_grounding


📝 Commits (1)

  • 497096e support Vertex AI Grounding

📊 Changes

8 files changed (+115 additions, -8 deletions)

View changed files

📝 models/vertex_ai/manifest.yaml (+1 -1)
📝 models/vertex_ai/models/llm/gemini-1.0-pro.yaml (+9 -0)
📝 models/vertex_ai/models/llm/gemini-1.5-flash-001.yaml (+9 -0)
📝 models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml (+9 -0)
📝 models/vertex_ai/models/llm/gemini-1.5-pro-001.yaml (+9 -0)
📝 models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml (+9 -0)
📝 models/vertex_ai/models/llm/llm.py (+68 -6)
📝 models/vertex_ai/requirements.txt (+1 -1)

📄 Description

Same change with https://github.com/langgenius/dify/pull/13661 .
I also updated the version of the manifest and vertexai package.


🔄 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/langgenius/dify-official-plugins/pull/237 **Author:** [@k-zaku](https://github.com/k-zaku) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add_grounding` --- ### 📝 Commits (1) - [`497096e`](https://github.com/langgenius/dify-official-plugins/commit/497096e0501d46232a7ea1aa7658ae8b1c91ace0) support Vertex AI Grounding ### 📊 Changes **8 files changed** (+115 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `models/vertex_ai/manifest.yaml` (+1 -1) 📝 `models/vertex_ai/models/llm/gemini-1.0-pro.yaml` (+9 -0) 📝 `models/vertex_ai/models/llm/gemini-1.5-flash-001.yaml` (+9 -0) 📝 `models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml` (+9 -0) 📝 `models/vertex_ai/models/llm/gemini-1.5-pro-001.yaml` (+9 -0) 📝 `models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml` (+9 -0) 📝 `models/vertex_ai/models/llm/llm.py` (+68 -6) 📝 `models/vertex_ai/requirements.txt` (+1 -1) </details> ### 📄 Description Same change with https://github.com/langgenius/dify/pull/13661 . I also updated the version of the manifest and vertexai package. --- <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-16 10:22:19 -05:00
yindo closed this issue 2026-02-16 10:22:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1208