feat: Text check before synchronization (#689)

* fix: icon

* fix: web selector

* fix: web selector

* perf: link sync

* dev doc

* chomd doc

* perf: git intro

* 466 intro

* intro img

* add json editor (#5)

* team limit

* websync limit

* json editor

* text editor

* perf: search test

* change cq value type

* doc

* intro img

---------

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2024-01-04 23:19:24 +08:00
committed by GitHub
parent c2abbb579f
commit 828829011a
64 changed files with 1789 additions and 1489 deletions

View File

@@ -410,6 +410,7 @@
"Read Metadata": "查看元数据",
"Training Type": "训练模式",
"Updatetime": "更新时间",
"Web page selector": "网站选择器",
"metadata": "元数据",
"read source": "查看原始内容",
"source": "数据来源",
@@ -420,6 +421,12 @@
"active": "已就绪",
"syncing": "同步中"
},
"sync": {
"result": {
"sameRaw": "内容未变动,无需更新",
"success": "开始同步"
}
},
"training": {
"type chunk": "直接分段",
"type manual": "手动",
@@ -515,9 +522,13 @@
},
"score": {
"embedding": "语义检索",
"embedding desc": "通过计算向量之间的距离获取得分,范围为 0~1。",
"fullText": "全文检索",
"fullText desc": "计算相同关键词的得分,范围为 0~无穷。",
"reRank": "结果重排",
"rrf": "RRF 合并"
"reRank desc": "通过 ReRank 模型计算句子之间的关联度,范围为 0~1。",
"rrf": "综合排名",
"rrf desc": "通过倒排计算的方式,合并多个检索结果。"
},
"search mode": "搜索模式"
},