/**
 * Representation of the 'EmbeddingConfig' schema.
 */
export type EmbeddingConfig = {
    /**
     * Default: "text-embedding-ada-002".
     * Max Length: 1024.
     */
    modelName?: string;
} & Record<string, any>;
//# sourceMappingURL=embedding-config.d.ts.map