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:
Archer
2025-02-14 11:42:14 +08:00
committed by GitHub
parent 1226fe42a1
commit d2b60ec785
8 changed files with 28 additions and 21 deletions

View File

@@ -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": "最低相关度",

View File

@@ -6,7 +6,6 @@
"forget_password": "忘记密码?",
"login_failed": "登录异常",
"login_success": "登录成功",
"model_not_config": "检测到系统未配置模型,请先配置模型后再使用",
"no_remind": "不再提醒",
"password_condition": "密码最多 60 位",
"password_tip": "密码至少 6 位,且至少包含两种组合:数字、字母或特殊字符",