mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00

* perf: local file create collection * rename middleware * perf: remove code * feat: next14 * feat: external file dataset * collection tags field * external file dataset doc * fix: ts
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
/* sourceId = prefix-id; id=fileId;link url;externalFileId */
|
|
export enum CollectionSourcePrefixEnum {
|
|
local = 'local',
|
|
link = 'link',
|
|
external = 'external'
|
|
}
|