UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

5 lines 179 B
/** * Encoding format for embeddings. */ export type EncodingFormat = 'float' | 'base64' | 'binary' | 'int8' | 'uint8' | 'ubinary'; //# sourceMappingURL=encoding-format.d.ts.map