Feat: nats message processing refactor and support built in DSL (#16873)

This commit is contained in:
Jack
2026-07-15 14:53:16 +08:00
committed by GitHub
parent e082e69951
commit e543ff02c4
63 changed files with 2164 additions and 1468 deletions

View File

@@ -181,6 +181,7 @@ 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) =>