Skip to content

Commit 79b3093

Browse files
committed
fix: update default cohere embedding models bump:patch
1 parent 87f4d0f commit 79b3093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flowsettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
KH_EMBEDDINGS["cohere"] = {
222222
"spec": {
223223
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
224-
"model": "embed-multilingual-v2.0",
224+
"model": "embed-multilingual-v3.0",
225225
"cohere_api_key": "your-key",
226226
"user_agent": "default",
227227
},

libs/ktem/ktem/pages/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def update_model(
180180
name="cohere",
181181
spec={
182182
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
183-
"model": "embed-multilingual-v2.0",
183+
"model": "embed-multilingual-v3.0",
184184
"cohere_api_key": cohere_api_key,
185185
"user_agent": "default",
186186
},

0 commit comments

Comments
 (0)