Variable MJVectorDatabaseSchemaConst
MJVectorDatabaseSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ClassKey: ZodNullable<ZodString>;
Configuration: ZodNullable<ZodString>;
Credential: ZodNullable<ZodString>;
CredentialID: ZodNullable<ZodString>;
DefaultURL: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
ID: ZodString;
Name: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ClassKey?: string;
Configuration?: string;
Credential?: string;
CredentialID?: string;
DefaultURL?: string;
Description?: string;
ID?: string;
Name?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ClassKey?: string;
Configuration?: string;
Credential?: string;
CredentialID?: string;
DefaultURL?: string;
Description?: string;
ID?: string;
Name?: string;
},
> = ...
zod schema definition for the entity MJ: Vector Databases