This commit is contained in:
Rob Colbert 2026-05-19 09:54:36 -04:00
parent faf815d66d
commit aeaefc53dd

View File

@ -44,8 +44,8 @@ export interface GadgetCodeConfig {
host: string; host: string;
collection: string; collection: string;
providerId: string; // AiProvider._id (GadgetId type not available here) providerId: string; // AiProvider._id (GadgetId type not available here)
embeddingModel: string; // id/slug of embedding model embeddingModel: string;
vectorSize?: number; // vector size vectorSize: number;
}; };
redis: { redis: {
host?: string; host?: string;