fix: model check circle tip (#3786)
* model config * feat: normalization embedding * remove log * version doc * version doc * fix: model check circle tip * uml
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
"None": "无",
|
||||
"Operation": "操作",
|
||||
"Rename": "重命名",
|
||||
"Required_input": "必填",
|
||||
"Resume": "恢复",
|
||||
"Running": "运行中",
|
||||
"Select_all": "全选",
|
||||
@@ -169,7 +171,6 @@
|
||||
"common.Not open": "未开启",
|
||||
"common.OK": "好的",
|
||||
"common.Open": "打开",
|
||||
"Operation": "操作",
|
||||
"common.Other": "其他",
|
||||
"common.Output": "输出",
|
||||
"common.Params": "参数",
|
||||
@@ -183,7 +184,6 @@
|
||||
"common.Remove": "移除",
|
||||
"common.Rename": "重命名",
|
||||
"common.Request Error": "请求异常",
|
||||
"Required_input": "必填",
|
||||
"common.Reset": "恢复默认",
|
||||
"common.Restart": "重新开始",
|
||||
"common.Role": "权限",
|
||||
@@ -881,6 +881,7 @@
|
||||
"dataset.test.noResult": "搜索结果为空",
|
||||
"deep_rag_search": "深度搜索",
|
||||
"delete_api": "确认删除该API密钥?删除后该密钥立即失效,对应的对话日志不会删除,请确认!",
|
||||
"embedding_model_not_config": "检测到没有可用的索引模型",
|
||||
"error.Create failed": "创建失败",
|
||||
"error.code_error": "验证码错误",
|
||||
"error.fileNotFound": "文件找不到了~",
|
||||
@@ -917,6 +918,7 @@
|
||||
"item_name": "字段名",
|
||||
"just_now": "刚刚",
|
||||
"key_repetition": "key 重复",
|
||||
"llm_model_not_config": "检测到没有可用的语言模型",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"min_similarity": "最低相关度",
|
||||
|
||||
Reference in New Issue
Block a user