You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please find [an example in our Spring Boot application](../../sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OpenAiController.java). It shows the usage of Spring
202
202
Boot's `ResponseBodyEmitter` to stream the chat completion delta messages to the frontend in real-time.
203
+
204
+
### Embedding
205
+
206
+
Get the embeddings of a text input in list of float values:
0 commit comments