Skip to content

Commit a0775bd

Browse files
kazuitoxOracle Public Cloud User
andauthored
Feature/add oci embed v4 vision (#2450)
* feat(oci): Add vision support to cohere.embed-v4.0 * chore: bump plugin version and requirements * chore: Updated comments in text_embedding.py * chore: address PR review feedback --------- Co-authored-by: Oracle Public Cloud User <[email protected]>
1 parent 062df98 commit a0775bd

File tree

4 files changed

+458
-144
lines changed

4 files changed

+458
-144
lines changed

models/oci/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.8
1+
version: 0.0.9
22
type: plugin
33
author: langgenius
44
privacy: PRIVACY.md
@@ -12,7 +12,7 @@ icon: icon_s_en.png
1212
label:
1313
en_US: OCI Generative AI
1414
meta:
15-
version: 0.0.8
15+
version: 0.0.9
1616
minimum_dify_version: null
1717
arch:
1818
- amd64

models/oci/models/text_embedding/models/cohere.embed-v4.0.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ pricing:
77
input: '0.001'
88
unit: '0.0001'
99
currency: USD
10+
features:
11+
- vision

0 commit comments

Comments
 (0)