Revert frontend changes from PR #16873 (#16948)

This commit is contained in:
Jack
2026-07-15 17:49:37 +08:00
committed by GitHub
parent 70a49c947d
commit 3d65e8d124
5 changed files with 143 additions and 42 deletions

View File

@@ -181,7 +181,6 @@ export default {
`${restAPIv1}/datasets/${datasetId}/ingestions/${logId}`,
fetchPipelineDatasetLogs: (datasetId: string) =>
`${restAPIv1}/datasets/${datasetId}/ingestions`,
listPipelines: `${restAPIv1}/pipelines?type=builtin`,
runIndex: (datasetId: string, indexType: string) =>
`${restAPIv1}/datasets/${datasetId}/index?type=${indexType.toLowerCase()}`,
traceIndex: (datasetId: string, indexType: string) =>