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 **detailed instructions** and more examples [in this documentation](docs/guides/CONNECTING_TO_AICORE.md#using-the-aicore_service_key-environment-variable).
122
+
Please find **detailed instructions** and more examples [in this documentation](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core#using-the-aicore_service_key-environment-variable).
123
123
124
124
### Explore Further Capabilities
125
125
126
126
Check out the options available for the `OrchestrationPrompt` and `OrchestrationModuleConfig` classes.
127
127
You can use templating, content filtering, data masking and more.
128
-
Please refer to [this documentation](docs/guides/ORCHESTRATION_CHAT_COMPLETION.md) for more information.
128
+
Please refer to [this documentation](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion) for more information.
129
129
130
130
## Documentation
131
131
132
132
For more detailed information and advanced usage, please refer to the following:
133
133
134
-
-[<imgsrc="sample-code/spring-app/src/main/resources/static/BTP-Cockpit-Logo.png"/> Connecting to AI Core](docs/guides/CONNECTING_TO_AICORE.md)
-[<imgsrc="https://spring.io/favicon-32x32.png"width="16"/> Spring AI Integration](docs/guides/SPRING_AI_INTEGRATION.md)
138
-
-[🧰 AI Core Deployment](docs/guides/AI_CORE_DEPLOYMENT.md)
139
-
-[<imgsrc="sample-code/spring-app/src/main/resources/static/grounding.png"width="16"/> AI Core Grounding](docs/guides/GROUNDING.md)
134
+
-[<imgsrc="sample-code/spring-app/src/main/resources/static/BTP-Cockpit-Logo.png"/> Connecting to AI Core](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core)
-[<imgsrc="https://spring.io/favicon-32x32.png"width="16"/> Spring AI Integration](https://sap.github.io/ai-sdk/docs/java/guides/spring-ai-integration)
138
+
-[🧰 AI Core Deployment](https://sap.github.io/ai-sdk/docs/java/guides/ai-core-deployment)
139
+
-[<imgsrc="sample-code/spring-app/src/main/resources/static/grounding.png"width="16"/> AI Core Grounding](https://sap.github.io/ai-sdk/docs/java/guides/document-grounding)
140
140
141
-
For updating versions, please refer to the [**Release Notes**](docs/release-notes/release-notes-0-to-14.md).
141
+
For updating versions, please refer to the [**Release Notes**](https://sap.github.io/ai-sdk/docs/java/release-notes).
142
142
143
143
## Build the Project
144
144
@@ -177,7 +177,7 @@ OrchestrationClient client = new OrchestrationClient(destination);
For more information, please refer to the [AI Core connectivity guide](./docs/guides/CONNECTING_TO_AICORE.md) and the [SAP Cloud SDK documentation](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations).
180
+
For more information, please refer to the [AI Core connectivity guide](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core) and the [SAP Cloud SDK documentation](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations).
181
181
182
182
### _"There's a vulnerability warning `CVE-2021-41251`?"_
Copy file name to clipboardExpand all lines: docs/blog/Introducing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ String id = deployment.getId();
41
41
AiExecutionStatus status = deployment.getStatus();
42
42
```
43
43
44
-
You can learn more about the SDK's capabilities for SAP AI Core [in the public repository guide](https://github.com/SAP/ai-sdk-java/blob/main/docs/guides/AI_CORE_DEPLOYMENT.md).
44
+
You can learn more about the SDK's capabilities for SAP AI Core [in this guide](https://sap.github.io/ai-sdk/docs/java/guides/ai-core-deployment).
45
45
46
46
## AI Core - Orchestration
47
47
@@ -72,7 +72,7 @@ var result = client.chatCompletion(prompt, config);
72
72
String messageResult = result.getContent();
73
73
```
74
74
75
-
You can learn more about the SDK's capabilities for Orchestration Service [in the public repository guide](https://github.com/SAP/ai-sdk-java/blob/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md).
75
+
You can learn more about the SDK's capabilities for Orchestration Service [in this guide](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion).
76
76
77
77
## AI Core - Foundation Models
78
78
@@ -101,7 +101,7 @@ var result =
101
101
String resultMessage = result.getContent();
102
102
```
103
103
104
-
You can learn more about the SDK's capabilities for foundation models and OpenAI specific features [in the public repository guide](https://github.com/SAP/ai-sdk-java/blob/main/docs/guides/OPENAI_CHAT_COMPLETION.md).
104
+
You can learn more about the SDK's capabilities for foundation models and OpenAI specific features [this guide](https://sap.github.io/ai-sdk/docs/java/guides/openai-chat-completion).
0 commit comments