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 135 B
/** * Representation of the 'Embedding' schema. */ export type Embedding = number[] | string; //# sourceMappingURL=embedding.d.ts.map