added Qdrant embedding model config
This commit is contained in:
parent
e2cefc2617
commit
faf815d66d
@ -43,6 +43,9 @@ export interface GadgetCodeConfig {
|
|||||||
qdrant: {
|
qdrant: {
|
||||||
host: string;
|
host: string;
|
||||||
collection: string;
|
collection: string;
|
||||||
|
providerId: string; // AiProvider._id (GadgetId type not available here)
|
||||||
|
embeddingModel: string; // id/slug of embedding model
|
||||||
|
vectorSize?: number; // vector size
|
||||||
};
|
};
|
||||||
redis: {
|
redis: {
|
||||||
host?: string;
|
host?: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user