feat: export all chunks in collection (#6163)

* feat: export all chunks in collection

* perf: export collection api

* doc

---------

Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
Roy
2025-12-30 10:57:22 +08:00
committed by GitHub
parent baf1a07993
commit 5ff4cc11b0
17 changed files with 155 additions and 61 deletions
@@ -0,0 +1 @@
import { z } from 'zod';
@@ -0,0 +1,4 @@
import type { OpenAPIPath } from '../../../type';
import { TagsMap } from '../../../tag';
export const DatasetDataPath: OpenAPIPath = {};