We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f4d0f commit 79b3093Copy full SHA for 79b3093
flowsettings.py
@@ -221,7 +221,7 @@
221
KH_EMBEDDINGS["cohere"] = {
222
"spec": {
223
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
224
- "model": "embed-multilingual-v2.0",
+ "model": "embed-multilingual-v3.0",
225
"cohere_api_key": "your-key",
226
"user_agent": "default",
227
},
libs/ktem/ktem/pages/setup.py
@@ -180,7 +180,7 @@ def update_model(
180
name="cohere",
181
spec={
182
183
184
"cohere_api_key": cohere_api_key,
185
186
0 commit comments