mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2207] [MERGED] Feat/support multimodal embedding and reranking #2323
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/2207
Author: @JohnJyong
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/9/2025
Merged by: @JohnJyong
Base:
main← Head:feat/support-jina-v4📝 Commits (9)
de82904support multimodal embedding and reranking5e1e406support multimodal embedding and rerankingbdc2ff2Merge branch 'main' into feat/support-jina-v46f37f6asupport multimodal embedding and reranking46becb9support multimodal embedding and rerankingd68409asupport multimodal embedding and rerankingafe7ee6Merge branch 'main' into feat/support-jina-v48c8bd76fix dify-extractor82939cfupdate dify-plugin📊 Changes
23 files changed (+599 additions, -65 deletions)
View changed files
📝
models/bedrock/manifest.yaml(+1 -1)📝
models/bedrock/models/text_embedding/amazon.nova-2-multimodal-embeddings-v1.yaml(+2 -0)📝
models/bedrock/models/text_embedding/text_embedding.py(+109 -3)📝
models/bedrock/requirements.txt(+1 -1)📝
models/jina/manifest.yaml(+1 -1)📝
models/jina/models/rerank/jina-reranker-m0.yaml(+3 -1)📝
models/jina/models/rerank/rerank.py(+74 -1)📝
models/jina/models/shared/input.py(+28 -1)📝
models/jina/models/text_embedding/jina-clip-v1.yaml(+2 -0)📝
models/jina/models/text_embedding/jina-clip-v2.yaml(+2 -0)📝
models/jina/models/text_embedding/jina-embeddings-v4.yaml(+2 -0)📝
models/jina/models/text_embedding/text_embedding.py(+89 -1)📝
models/jina/requirements.txt(+2 -2)📝
models/tongyi/manifest.yaml(+1 -1)➕
models/tongyi/models/text_embedding/multimodal-embedding-v1.yaml(+12 -0)📝
models/tongyi/models/text_embedding/text_embedding.py(+99 -1)📝
models/tongyi/requirements.txt(+2 -2)📝
models/vertex_ai/manifest.yaml(+1 -1)➕
models/vertex_ai/models/text_embedding/multimodalembedding-001.yaml(+10 -0)📝
models/vertex_ai/models/text_embedding/text_embedding.py(+151 -45)...and 3 more files
📄 Description
Related Issues or Context
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.3.0,<0.6.0is in 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.