mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +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 }[];
|