mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #237] [MERGED] Feat: support Vertex AI Grounding #1208
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/237
Author: @k-zaku
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @crazywoola
Base:
main← Head:add_grounding📝 Commits (1)
497096esupport 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.