cleanup
This commit is contained in:
parent
faf815d66d
commit
aeaefc53dd
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user