fix(web): app's knowledge support graph retrieval
This commit is contained in:
@@ -1270,6 +1270,7 @@ export const en = {
|
||||
participle: 'Participle retrieval',
|
||||
semantic: 'Semantic retrieval',
|
||||
hybrid: 'Hybrid Retrieval',
|
||||
graph: 'Graph Retrieval',
|
||||
|
||||
similarity_threshold: 'Semantic similarity threshold',
|
||||
similarity_threshold_desc: 'Only return results with semantic similarity higher than this threshold',
|
||||
|
||||
@@ -657,6 +657,7 @@ export const zh = {
|
||||
participle: '分词检索',
|
||||
semantic: '语义检索',
|
||||
hybrid: '混合检索',
|
||||
graph: '图谱检索',
|
||||
|
||||
similarity_threshold: '语义相似度阈值',
|
||||
similarity_threshold_desc: '仅返回语义相似度高于此阈值的结果',
|
||||
|
||||
Reference in New Issue
Block a user