@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**.
8 lines • 404 B
TypeScript
import type { EmbeddingFloatArray } from './embedding-float-array.js';
import type { EmbeddingBase64String } from './embedding-base-64-string.js';
import type { EmbeddingMultiFormat } from './embedding-multi-format.js';
/**
* Representation of the 'Embedding' schema.
*/
export type Embedding = EmbeddingFloatArray | EmbeddingBase64String | EmbeddingMultiFormat;
//# sourceMappingURL=embedding.d.ts.map