File tree 4 files changed +5
-9
lines changed
components/EmbeddingSelection/MistralAiOptions
server/utils/EmbeddingEngines/mistral
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ export default function MistralAiOptions({ settings }) {
28
28
className = "bg-theme-settings-input-bg border-gray-500 text-white text-sm rounded-lg block w-full p-2.5"
29
29
>
30
30
< optgroup label = "Available embedding models" >
31
- { [
32
- "mistral-embed" ,
33
- ] . map ( ( model ) => {
31
+ { [ "mistral-embed" ] . map ( ( model ) => {
34
32
return (
35
33
< option key = { model } value = { model } >
36
34
{ model }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import Italian from "./it/common.js";
25
25
import Portuguese from "./pt_BR/common.js" ;
26
26
import Hebrew from "./he/common.js" ;
27
27
import Dutch from "./nl/common.js" ;
28
- import Vietnamese from "./vn/common.js" ;
28
+ import Vietnamese from "./vn/common.js" ;
29
29
import TraditionalChinese from "./zh_TW/common.js" ;
30
30
31
31
export const defaultNS = "common" ;
@@ -66,8 +66,7 @@ export const resources = {
66
66
nl : {
67
67
common : Dutch ,
68
68
} ,
69
- vi : {
69
+ vi : {
70
70
common : Vietnamese ,
71
71
} ,
72
-
73
72
} ;
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ const TRANSLATIONS = {
58
58
} ,
59
59
"password-reset" : {
60
60
title : "Mật khẩu Đặt lại" ,
61
- description :
62
- "Cung cấp thông tin cần thiết dưới đây để đặt lại mật khẩu." ,
61
+ description : "Cung cấp thông tin cần thiết dưới đây để đặt lại mật khẩu." ,
63
62
"recovery-codes" : "Mã khôi phục" ,
64
63
"recovery-code" : "Mã khôi phục {{index}}" ,
65
64
"back-to-login" : "Back to Đăng nhập" ,
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ class MistralEmbedder {
40
40
41
41
module . exports = {
42
42
MistralEmbedder,
43
- } ;
43
+ } ;
You can’t perform that action at this time.
0 commit comments