mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-04 22:29:10 +00:00
v4.5.2 (#439)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { create } from 'zustand';
|
||||
import { devtools, persist } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import type { SearchDataResponseItemType } from '@fastgpt/global/core/dataset/type';
|
||||
import type { DatasetItemType, DatasetsItemType } from '@/types/core/dataset';
|
||||
import { getAllDataset, getDatasets, getDatasetById, putDatasetById } from '@/web/core/dataset/api';
|
||||
import { defaultKbDetail } from '@/constants/dataset';
|
||||
|
Reference in New Issue
Block a user