Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### 📈 Improvements

-
- `OrchestrationSpringEmbeddingModel` is no longer marked `@Beta` and considered stable.

### 🐛 Fixed Issues

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.sap.ai.sdk.orchestration.spring;

import com.google.common.annotations.Beta;
import com.sap.ai.sdk.orchestration.OrchestrationClient;
import com.sap.ai.sdk.orchestration.OrchestrationEmbeddingModel;
import com.sap.ai.sdk.orchestration.OrchestrationEmbeddingRequest;
Expand All @@ -26,7 +25,6 @@
*
* @since 1.13.0
*/
@Beta
@RequiredArgsConstructor
public class OrchestrationSpringEmbeddingModel implements EmbeddingModel {
Copy link
Contributor

@newtork newtork Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Comment)

I feel a little hesitant to stabilize this class as long as we do not consider non-spring OrchestrationEmbeddingModel stable too.


Expand Down