mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-15 13:56:51 +08:00
2025/5/21 [new feat]
新增了 分段分页与搜索的ui 分段的分页 与搜索功能还未对接 接口 分段启用禁用对接完成 命中测试增加了命中文件
This commit is contained in:
@@ -468,3 +468,12 @@ export function exportSegment(data) {
|
||||
`/datasetDocumentEx/segment/export?documentId=${data.documentId}`
|
||||
)
|
||||
}
|
||||
|
||||
// 分段启用禁用
|
||||
export function switchStatus(data) {
|
||||
return request({
|
||||
url: getUrl(`/datasetDocumentEx/segment/switchStatus`),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user