mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +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 }[];
|