mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +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 }[];
|