mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-13 04:46:50 +08:00
feat(knowledge): 添加检索设置功能
- 新增 SearchSetting 组件用于检索设置 - 在知识库详情页面添加检索设置按钮和弹窗 - 实现了向量检索、全文检索和混合检索的设置功能 - 添加了重排序模型、Top K 和 Score
This commit is contained in:
@@ -39,6 +39,7 @@ export function hitTest(data) {
|
||||
return request({
|
||||
url: getUrl('/datasetsEx/hit/test'),
|
||||
method: 'post',
|
||||
noLoading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user