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**.

9 lines 257 B
/** * Text input for which embeddings need to be generated * @example [ * "This is an input string.", * "This is another input string." * ] */ export type EmbeddingsInputText = string | string[]; //# sourceMappingURL=embeddings-input-text.d.ts.map