mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-03 01:02:15 +08:00
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:
@@ -0,0 +1 @@
|
||||
import { z } from 'zod';
|
||||
@@ -0,0 +1,4 @@
|
||||
import type { OpenAPIPath } from '../../../type';
|
||||
import { TagsMap } from '../../../tag';
|
||||
|
||||
export const DatasetDataPath: OpenAPIPath = {};
|
||||
Reference in New Issue
Block a user