refactor: Update embedding model settings page references in locale files
This commit is contained in:
@@ -38,5 +38,5 @@
|
||||
"submit": "提交",
|
||||
"success": "知识添加成功"
|
||||
},
|
||||
"noEmbeddingModel": "请先从Ollama设置页面添加一个嵌入模型"
|
||||
"noEmbeddingModel": "请先从RAG设置页面添加一个嵌入模型"
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"formError": {
|
||||
"noModel": "请选择一个模型",
|
||||
"noEmbeddingModel": "请在设置>Ollama页面设置一个文本嵌入模型"
|
||||
"noEmbeddingModel": "请在设置>RAG页面设置一个文本嵌入模型"
|
||||
},
|
||||
"form": {
|
||||
"textarea": {
|
||||
|
||||
Reference in New Issue
Block a user