File tree Expand file tree Collapse file tree
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- [ Grounding] Added ` GroundingClient.withHeader() ` .
1616- [ Orchestration] Added ` GPT_52 ` model for ` OrchestrationAiModel ` .
1717- [ OpenAi] Added ` GPT_52 ` model from ` OpenAiModel ` .
18+ - [ Orchestration] Added ` GEMINI_EMBEDDING ` model for ` OrchestrationEmbeddingModel ` .
1819
1920### 📈 Improvements
2021
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ public class OrchestrationEmbeddingModel implements AiModel {
5050 public static final OrchestrationEmbeddingModel NVIDIA_LLAMA_32_NV_EMBEDQA_1B =
5151 new OrchestrationEmbeddingModel ("nvidia--llama-3.2-nv-embedqa-1b" );
5252
53+ /** Google Cloud Platform Gemini Embedding model */
54+ public static final OrchestrationEmbeddingModel GEMINI_EMBEDDING =
55+ new OrchestrationEmbeddingModel ("gemini-embedding" );
56+
5357 /**
5458 * Creates a new embedding model configuration with the specified name.
5559 *
You can’t perform that action at this time.
0 commit comments