@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 • 365 B
TypeScript
import type { EmbeddingsInputText } from './embeddings-input-text.js';
/**
* Representation of the 'EmbeddingsInput' schema.
*/
export type EmbeddingsInput = {
text: EmbeddingsInputText;
type?: 'text' | 'document' | 'query' | 'search_document' | 'search_query' | 'classification' | 'clustering' | 'image';
};
//# sourceMappingURL=embeddings-input.d.ts.map