added qdrant config
This commit is contained in:
parent
f539f91018
commit
e2cefc2617
@ -40,6 +40,10 @@ export interface GadgetCodeConfig {
|
|||||||
host: string;
|
host: string;
|
||||||
database: string;
|
database: string;
|
||||||
};
|
};
|
||||||
|
qdrant: {
|
||||||
|
host: string;
|
||||||
|
collection: string;
|
||||||
|
};
|
||||||
redis: {
|
redis: {
|
||||||
host?: string;
|
host?: string;
|
||||||
port?: number;
|
port?: number;
|
||||||
@ -114,7 +118,7 @@ export interface GadgetCodeConfig {
|
|||||||
audios?: string;
|
audios?: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gadget Drone Worker Configuration
|
* Gadget Drone Worker Configuration
|
||||||
@ -164,7 +168,7 @@ export interface GadgetTasksConfig {
|
|||||||
password?: string;
|
password?: string;
|
||||||
keyPrefix?: string;
|
keyPrefix?: string;
|
||||||
};
|
};
|
||||||
concurrency?: number; // max concurrent tasks, default 1 (sequential)
|
concurrency?: number; // max concurrent tasks, default 1 (sequential)
|
||||||
logging?: {
|
logging?: {
|
||||||
console?: {
|
console?: {
|
||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user