added Qdrant embedding model config
This commit is contained in:
parent
e2cefc2617
commit
faf815d66d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user