refactor: Update embedding model settings page references in locale files

This commit is contained in:
n4ze3m
2024-06-03 12:50:14 +05:30
parent bd9e19865a
commit c701e2f99a
16 changed files with 16 additions and 16 deletions

View File

@@ -38,5 +38,5 @@
"submit": "提交",
"success": "知识添加成功"
},
"noEmbeddingModel": "请先从Ollama设置页面添加一个嵌入模型"
"noEmbeddingModel": "请先从RAG设置页面添加一个嵌入模型"
}

View File

@@ -7,7 +7,7 @@
},
"formError": {
"noModel": "请选择一个模型",
"noEmbeddingModel": "请在设置>Ollama页面设置一个文本嵌入模型"
"noEmbeddingModel": "请在设置>RAG页面设置一个文本嵌入模型"
},
"form": {
"textarea": {