mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 19:38:41 +00:00
4.6.3-alpha1 (#529)
This commit is contained in:
@@ -24,7 +24,6 @@ export const defaultDatasetDetail: DatasetItemType = {
|
||||
|
||||
export const defaultCollectionDetail: DatasetCollectionItemType = {
|
||||
_id: '',
|
||||
userId: '',
|
||||
teamId: '',
|
||||
tmbId: '',
|
||||
datasetId: {
|
||||
@@ -46,8 +45,10 @@ export const defaultCollectionDetail: DatasetCollectionItemType = {
|
||||
name: '',
|
||||
type: 'file',
|
||||
updateTime: new Date(),
|
||||
metadata: {},
|
||||
canWrite: false,
|
||||
sourceName: '',
|
||||
sourceId: ''
|
||||
sourceId: '',
|
||||
createTime: new Date(),
|
||||
trainingType: 'chunk',
|
||||
chunkSize: 0
|
||||
};
|
||||
|
Reference in New Issue
Block a user