generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Hello,
In note 3437766 - Availability of Generative AI Models, embedding models like text-embedding-3-large from OpenAI are listed as supported by Orchestration.
However, from what I can tell, the SDK does not yet support the embedding endpoint for Orchestration.
While I can see that:
- The orchestration package (
@sap-ai-sdk/orchestration) contains comprehensive embedding-related TypeScript schemas (EmbeddingsPostRequest,EmbeddingsPostResponse,EmbeddingsOrchestrationConfig, etc.) - The
@sap-ai-sdk/foundation-modelspackage provides direct embedding support viaAzureOpenAiEmbeddingClient - The
OrchestrationClientclass only exposeschatCompletion()andstream()methods, but no embedding equivalent
Is support for embeddings through Orchestration in the SDK planned in the near future?
Thanks,
Maximilien Fourmy
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request