mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2337] [MERGED] feat(volcengine_maas): support multimodal embedding model #2410
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/2337
Author: @quicksandznzn
Created: 12/26/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @crazywoola
Base:
main← Head:feat/volc-multimodal-embed📝 Commits (3)
aed7458feat(volcengine_maas): support multimodal embedding model2aca018fixae253d7chore:128k📊 Changes
6 files changed (+248 additions, -21 deletions)
View changed files
📝
models/volcengine_maas/manifest.yaml(+1 -1)📝
models/volcengine_maas/models/client.py(+5 -1)📝
models/volcengine_maas/models/text_embedding/models.py(+16 -4)📝
models/volcengine_maas/models/text_embedding/text_embedding.py(+218 -13)📝
models/volcengine_maas/provider/volcengine_maas.yaml(+6 -0)📝
models/volcengine_maas/requirements.txt(+2 -2)📄 Description
Related Issues or Context
Fixes #2338
Summary
Doubao-embedding-vision, and pass feature flags through to model entities.dify_plugin==0.7.0andvolcengine-python-sdk==5.0.1.Changes
models/volcengine_maas/models/client.py.ModelFeature.VISION,with branching logic for multimodal validation and invocation inmodels/volcengine_maas/models/text_embedding/text_embedding.py.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.