Skip to content

Support for Embedding Models in Orchestration SDK #985

@MaxFouTech

Description

@MaxFouTech

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:

  1. The orchestration package (@sap-ai-sdk/orchestration) contains comprehensive embedding-related TypeScript schemas (EmbeddingsPostRequest, EmbeddingsPostResponse, EmbeddingsOrchestrationConfig, etc.)
  2. The @sap-ai-sdk/foundation-models package provides direct embedding support via AzureOpenAiEmbeddingClient
  3. The OrchestrationClient class only exposes chatCompletion() and stream() 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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions