fix: add guidance parameters for LC wrapper models (#255)

* fix: add docstring to LC wrapper models

* fix: fix metadata passing with LC embedding wrapper
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-09-09 14:15:34 +07:00
committed by GitHub
parent ce489725d8
commit 96d2086017
5 changed files with 54 additions and 18 deletions

View File

@@ -208,6 +208,7 @@ KH_EMBEDDINGS["cohere"] = {
"__type__": "kotaemon.embeddings.LCCohereEmbeddings",
"model": "embed-multilingual-v2.0",
"cohere_api_key": "your-key",
"user_agent": "default",
},
"default": False,
}