mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 00:25:06 +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:
@ -101,7 +101,7 @@ export default {
|
||||
processBeginAt: '流程開始於',
|
||||
processDuration: '過程持續時間',
|
||||
progressMsg: '進度消息',
|
||||
testingDescription: '最後一步!成功後,剩下的就交給Infiniflow AI吧。',
|
||||
testingDescription: '最後一步!成功後,剩下的就交給 RAGFlow 吧。',
|
||||
similarityThreshold: '相似度閾值',
|
||||
similarityThresholdTip:
|
||||
'我們使用混合相似度得分來評估兩行文本之間的距離。它是加權關鍵詞相似度和向量餘弦相似度。如果查詢和塊之間的相似度小於此閾值,則該塊將被過濾掉。',
|
||||
|
||||
Reference in New Issue
Block a user