UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

11 lines 269 B
/** * 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