feat: enhance index type handling and add error notification for missing embedding model (#16836)
This commit is contained in:
@@ -475,6 +475,7 @@ const translation = {
|
||||
title: '多路召回',
|
||||
description: '根据用户意图同时匹配所有知识库,从多路知识库查询相关文本片段,经过重排序步骤,从多路查询结果中选择匹配用户问题的最佳结果。',
|
||||
},
|
||||
embeddingModelRequired: '未配置 Embedding 模型',
|
||||
rerankModelRequired: '未配置 Rerank 模型',
|
||||
params: '参数设置',
|
||||
top_k: 'Top K',
|
||||
|
Reference in New Issue
Block a user