mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 21:37:33 +08:00
Feat: Delete dataset level graph. (#17474)
### Summary Feat: Delete dataset level graph.
This commit is contained in:
@@ -431,6 +431,9 @@ export const getArtifactsStructure = (
|
||||
params: keywords ? { kind, keywords } : { kind },
|
||||
});
|
||||
|
||||
export const deleteArtifactsStructure = (datasetId: string, kind: string) =>
|
||||
request.delete(api.artifactsStructure(datasetId), { params: { kind } });
|
||||
|
||||
export const updateArtifactPage = (
|
||||
datasetId: string,
|
||||
pageType: string,
|
||||
|
||||
Reference in New Issue
Block a user