mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: Fix parent child retrieval issues (#12206)
Co-authored-by: NFish <douxc512@gmail.com> Co-authored-by: nite-knite <nkCoding@gmail.com>
This commit is contained in:
@@ -483,7 +483,7 @@ const translation = {
|
||||
title: 'Multi-path retrieval',
|
||||
description: 'Based on user intent, queries across all Knowledge, retrieves relevant text from multi-sources, and selects the best results matching the user query after reranking. ',
|
||||
},
|
||||
rerankModelRequired: 'Rerank model is required',
|
||||
rerankModelRequired: 'A configured Rerank Model is required',
|
||||
params: 'Params',
|
||||
top_k: 'Top K',
|
||||
top_kTip: 'Used to filter chunks that are most similar to user questions. The system will also dynamically adjust the value of Top K, according to max_tokens of the selected model.',
|
||||
|
||||
@@ -183,7 +183,7 @@ const translation = {
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} is required',
|
||||
rerankModelRequired: 'Before turning on the Rerank Model, please confirm that the model has been successfully configured in the settings.',
|
||||
rerankModelRequired: 'A configured Rerank Model is required',
|
||||
authRequired: 'Authorization is required',
|
||||
invalidJson: '{{field}} is invalid JSON',
|
||||
fields: {
|
||||
@@ -191,7 +191,7 @@ const translation = {
|
||||
variableValue: 'Variable Value',
|
||||
code: 'Code',
|
||||
model: 'Model',
|
||||
rerankModel: 'Rerank Model',
|
||||
rerankModel: 'A configured Rerank Model',
|
||||
visionVariable: 'Vision Variable',
|
||||
},
|
||||
invalidVariable: 'Invalid variable',
|
||||
|
||||
@@ -475,7 +475,7 @@ const translation = {
|
||||
title: '多路召回',
|
||||
description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果。',
|
||||
},
|
||||
rerankModelRequired: '请选择 Rerank 模型',
|
||||
rerankModelRequired: '未配置 Rerank 模型',
|
||||
params: '参数设置',
|
||||
top_k: 'Top K',
|
||||
top_kTip: '用于筛选与用户问题相似度最高的文本片段。系统同时会根据选用模型上下文窗口大小动态调整分段数量。',
|
||||
|
||||
@@ -183,7 +183,7 @@ const translation = {
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} 不能为空',
|
||||
rerankModelRequired: '开启 Rerank 模型前,请务必确认模型已在设置中成功配置。',
|
||||
rerankModelRequired: '未配置 Rerank 模型',
|
||||
authRequired: '请先授权',
|
||||
invalidJson: '{{field}} 是非法的 JSON',
|
||||
fields: {
|
||||
|
||||
Reference in New Issue
Block a user