mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Adjust application‘s similarity text
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
This commit is contained in:
parent
d5148ddadf
commit
5f50059443
|
|
@ -139,7 +139,7 @@ Response requirements:
|
|||
hybridSearch: 'Hybrid Search',
|
||||
hybridSearchTooltip:
|
||||
'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge.',
|
||||
similarityThreshold: 'Similarity higher than',
|
||||
similarityThreshold: 'Similarity not lower than',
|
||||
similarityTooltip: 'The higher the similarity, the stronger the correlation.',
|
||||
topReferences: 'Top N Segments',
|
||||
maxCharacters: 'Maximum Characters per Reference',
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ export default {
|
|||
hybridSearch: '混合检索',
|
||||
hybridSearchTooltip:
|
||||
'混合检索是一种基于向量和文本相似度的检索方式,适用于知识库中的中等数据量场景。',
|
||||
similarityThreshold: '相似度高于',
|
||||
similarityThreshold: '相似度不低于',
|
||||
similarityTooltip: '相似度越高相关性越强。',
|
||||
topReferences: '引用分段数 TOP',
|
||||
maxCharacters: '最多引用字符数',
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ export default {
|
|||
hybridSearch: '混合檢索',
|
||||
hybridSearchTooltip:
|
||||
'混合檢索是一種基於向量和文本相似度的檢索方式,適用於知識庫中的中等數據量場景。',
|
||||
similarityThreshold: '相似度高於',
|
||||
similarityThreshold: '相似度不低於',
|
||||
similarityTooltip: '相似度越高相關性越強。',
|
||||
topReferences: '引用分段數 TOP',
|
||||
maxCharacters: '最多引用字元數',
|
||||
|
|
|
|||
Loading…
Reference in New Issue