mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add support for mistral (#1153)
### What problem does this PR solve? #433 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -29,7 +29,8 @@ EmbeddingModel = {
|
||||
"Youdao": YoudaoEmbed,
|
||||
"BaiChuan": BaiChuanEmbed,
|
||||
"Jina": JinaEmbed,
|
||||
"BAAI": DefaultEmbedding
|
||||
"BAAI": DefaultEmbedding,
|
||||
"Mistral": MistralEmbed
|
||||
}
|
||||
|
||||
|
||||
@ -52,7 +53,8 @@ ChatModel = {
|
||||
"Moonshot": MoonshotChat,
|
||||
"DeepSeek": DeepSeekChat,
|
||||
"BaiChuan": BaiChuanChat,
|
||||
"MiniMax": MiniMaxChat
|
||||
"MiniMax": MiniMaxChat,
|
||||
"Mistral": MistralChat
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user