mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
import { VectorModelItemType } from '../ai/model.d';
|
|
|
|
export type SelectedDatasetType = { datasetId: string; vectorModel: VectorModelItemType }[];
|