mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: Similarity copywriting optimization
This commit is contained in:
parent
ef549c7c89
commit
3083d48dff
|
|
@ -149,7 +149,7 @@ export default {
|
|||
tooltip: 'When user asks a question, handle matched segments according to the set method.'
|
||||
},
|
||||
similarity: {
|
||||
label: 'Similarity Higher Than',
|
||||
label: 'Similarity not lower than',
|
||||
placeholder: 'Directly return segment content',
|
||||
requiredMessage: 'Please enter similarity value'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ export default {
|
|||
tooltip: '用户提问时,命中文档下的分段时按照设置的方式进行处理。'
|
||||
},
|
||||
similarity: {
|
||||
label: '相似度高于',
|
||||
label: '相似度不低于',
|
||||
placeholder: '直接返回分段内容',
|
||||
requiredMessage: '请输入相似度'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ export default {
|
|||
tooltip: '用戶提問時,命中文檔下的分段時按照設置的方式進行處理。'
|
||||
},
|
||||
similarity: {
|
||||
label: '相似度高于',
|
||||
label: '相似度不低於',
|
||||
placeholder: '直接返回分段内容',
|
||||
requiredMessage: '请输入相似度'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue