mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
Refactor UI text (#3911)
### What problem does this PR solve? Refactor UI text ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
@ -98,10 +98,10 @@ export default {
|
||||
disabled: '禁用',
|
||||
action: '动作',
|
||||
parsingStatus: '解析状态',
|
||||
processBeginAt: '流程开始于',
|
||||
processDuration: '过程持续时间',
|
||||
progressMsg: '进度消息',
|
||||
testingDescription: '最后一步! 成功后,剩下的就交给Infiniflow AI吧。',
|
||||
processBeginAt: '开始于',
|
||||
processDuration: '持续时间',
|
||||
progressMsg: '进度',
|
||||
testingDescription: '最后一步! 成功后,剩下的就交给 RAGFlow 吧。',
|
||||
similarityThreshold: '相似度阈值',
|
||||
similarityThresholdTip:
|
||||
'我们使用混合相似度得分来评估两行文本之间的距离。 它是加权关键词相似度和向量余弦相似度。 如果查询和块之间的相似度小于此阈值,则该块将被过滤掉。',
|
||||
|
||||
Reference in New Issue
Block a user