feat: add options for Mistral AI (#707) #none

* add Mistral AI emb AI embedding vendor, types

* add mistral env setting to example

* add mistral LLM option

* chore: fix default embedding back to normal

* fix: comfort CI

---------

Co-authored-by: Tadashi <tadashi@cinnamon.is>
This commit is contained in:
Amin
2025-04-15 03:11:22 -05:00
committed by GitHub
parent 9b05693e4f
commit c33bedca9e
6 changed files with 62 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ class EmbeddingManager:
LCCohereEmbeddings,
LCGoogleEmbeddings,
LCHuggingFaceEmbeddings,
LCMistralEmbeddings,
OpenAIEmbeddings,
TeiEndpointEmbeddings,
)
@@ -70,6 +71,7 @@ class EmbeddingManager:
LCCohereEmbeddings,
LCHuggingFaceEmbeddings,
LCGoogleEmbeddings,
LCMistralEmbeddings,
TeiEndpointEmbeddings,
]