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
Copy file name to clipboardExpand all lines: docs/guides/AI_CORE_DEPLOYMENT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ In addition to the prerequisites above, we assume you have already set up the fo
66
66
```
67
67
</details>
68
68
69
-
### Create a Deployment
69
+
## Create a Deployment
70
70
71
71
Use the following code snippet to create a deployment in SAP AI Core:
72
72
@@ -84,7 +84,7 @@ AiExecutionStatus status = deployment.getStatus();
84
84
85
85
Refer to the [DeploymentController.java](../../sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/DeploymentController.java) in our Spring Boot application for a complete example.
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
211
209
Boot's `ResponseBodyEmitter` to stream the chat completion delta messages to the frontend in real-time.
212
210
213
-
###Embedding
211
+
## Embedding
214
212
215
213
Get the embeddings of a text input in list of float values:
Copy file name to clipboardExpand all lines: docs/guides/ORCHESTRATION_CHAT_COMPLETION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
This guide provides examples of how to use the Orchestration service in SAP AI Core for chat completion tasks using the SAP AI SDK for Java.
22
22
23
-
# Prerequisites
23
+
##Prerequisites
24
24
25
25
Before using the AI Core module, ensure that you have met all the general requirements outlined in the [README.md](../../README.md#general-requirements).
26
26
Additionally, include the necessary Maven dependency in your project.
0 commit comments