feat(knowledge): 添加检索设置功能

- 新增 SearchSetting 组件用于检索设置
- 在知识库详情页面添加检索设置按钮和弹窗
- 实现了向量检索、全文检索和混合检索的设置功能
- 添加了重排序模型、Top K 和 Score
This commit is contained in:
du.meimei
2025-05-06 16:44:54 +08:00
parent 0b3ad1d37c
commit ebc98af45d
8 changed files with 334 additions and 30 deletions

View File

@@ -39,6 +39,7 @@ export function hitTest(data) {
return request({
url: getUrl('/datasetsEx/hit/test'),
method: 'post',
noLoading: true,
data
})
}