mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2450] [MERGED] Feature/add oci embed v4 vision #2487
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/2450
Author: @kazuitox
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @crazywoola
Base:
main← Head:feature/add-oci-embed-v4-vision📝 Commits (4)
9a84537feat(oci): Add vision support to cohere.embed-v4.0f61ade2chore: bump plugin version and requirements64a0cfdchore: Updated comments in text_embedding.pyc1fb6c0chore: address PR review feedback📊 Changes
4 files changed (+458 additions, -144 deletions)
View changed files
📝
models/oci/manifest.yaml(+2 -2)📝
models/oci/models/text_embedding/models/cohere.embed-v4.0.yaml(+2 -0)📝
models/oci/models/text_embedding/text_embedding.py(+453 -140)📝
models/oci/requirements.txt(+1 -2)📄 Description
Related Issues or Context
Enabled vision support for OCI cohere.embed-v4.0.
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)To add vision support to the embedding model, development and testing were done with dify_plugin v0.7.1.
Environment Verification (If Any Code Changes)
Local Deployment Environment
Tested on Dify v1.11.0.
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.