added Qdrant embedding model config

This commit is contained in:
Rob Colbert 2026-05-19 09:34:35 -04:00
parent e2cefc2617
commit faf815d66d

View File

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