fix: update default cohere embedding models bump:patch
This commit is contained in:
@@ -221,7 +221,7 @@ KH_LLMS["cohere"] = {
|
|||||||
KH_EMBEDDINGS["cohere"] = {
|
KH_EMBEDDINGS["cohere"] = {
|
||||||
"spec": {
|
"spec": {
|
||||||
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
|
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
|
||||||
"model": "embed-multilingual-v2.0",
|
"model": "embed-multilingual-v3.0",
|
||||||
"cohere_api_key": "your-key",
|
"cohere_api_key": "your-key",
|
||||||
"user_agent": "default",
|
"user_agent": "default",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ class SetupPage(BasePage):
|
|||||||
name="cohere",
|
name="cohere",
|
||||||
spec={
|
spec={
|
||||||
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
|
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
|
||||||
"model": "embed-multilingual-v2.0",
|
"model": "embed-multilingual-v3.0",
|
||||||
"cohere_api_key": cohere_api_key,
|
"cohere_api_key": cohere_api_key,
|
||||||
"user_agent": "default",
|
"user_agent": "default",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user