mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #994] [MERGED] feat: Enable Grounding in Vertex AI Gemini #1664
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/994
Author: @GonzaHM
Created: 5/28/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @crazywoola
Base:
main← Head:feature/vertex-ai-gemini-grounding📝 Commits (5)
2e0e3c3Enable Grounding for Vertex AI Gemini65efacaUpdate vertex_ai to version 0.0.172e8f64efix: handle select type in llm.py configuration7e11ddbMerge pull request #1 from fdb02983rhy/fix-when-type-is-select6ec9d49Group import statements at the top of the file📊 Changes
9 files changed (+165 additions, -68 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)📝
models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml(+9 -9)📝
models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml(+9 -9)📝
models/vertex_ai/models/llm/gemini-2.0-flash-001.yaml(+9 -0)📝
models/vertex_ai/models/llm/gemini-2.5-flash-preview-04-17.yaml(+9 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-preview-03-25.yaml(+9 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-preview-05-06.yaml(+9 -0)📝
models/vertex_ai/models/llm/llm.py(+108 -48)📝
models/vertex_ai/requirements.txt(+2 -1)📄 Description
Related Issues or Context
This pull request enables the Grounding feature for Vertex AI Gemini models.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.3.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.