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

8 lines 271 B
import type { EmbeddingsModelDetails } from './embeddings-model-details.js'; /** * Representation of the 'EmbeddingsModelConfig' schema. */ export type EmbeddingsModelConfig = { model: EmbeddingsModelDetails; }; //# sourceMappingURL=embeddings-model-config.d.ts.map