Skip to content

Commit a0a26fb

Browse files
Public docs URL
1 parent b6c072d commit a0a26fb

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use the SDK in a Java application, it is necessary to understand the technica
3535
- Java 17 or higher.
3636
- Access to an **SAP AI Core Service** instance.
3737

38-
Please refer to [this documentation on **how to connect the SDK to AI Core**](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/connecting-to-ai-core).
38+
Please refer to [this documentation on **how to connect the SDK to AI Core**](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core).
3939

4040
The following table lists the required versions, based on the latest release:
4141

@@ -119,26 +119,26 @@ export AICORE_SERVICE_KEY='{ "clientid": "...", "clientsecret": "...", "url": ".
119119
mvn spring-boot:run
120120
```
121121

122-
Please find **detailed instructions** and more examples [in this documentation](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/connecting-to-ai-core#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).
123123

124124
### Explore Further Capabilities
125125

126126
Check out the options available for the `OrchestrationPrompt` and `OrchestrationModuleConfig` classes.
127127
You can use templating, content filtering, data masking and more.
128-
Please refer to [this documentation](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion) for more information.
128+
Please refer to [this documentation](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion) for more information.
129129

130130
## Documentation
131131

132132
For more detailed information and advanced usage, please refer to the following:
133133

134-
- [<img src="sample-code/spring-app/src/main/resources/static/BTP-Cockpit-Logo.png"/> Connecting to AI Core](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/connecting-to-ai-core)
135-
- [<img src="sample-code/spring-app/src/main/resources/static/Orchestration-Logo.png" width="16"/> Orchestration Chat Completion](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion)
136-
- [<img src="sample-code/spring-app/src/main/resources/static/Open-AI-Logo.svg" width="16"/> OpenAI Chat Completion](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/openai-chat-completion)
137-
- [<img src="https://spring.io/favicon-32x32.png" width="16"/> Spring AI Integration](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/spring-ai-integration)
138-
- [🧰 AI Core Deployment](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/ai-core-deployment)
139-
- [<img src="sample-code/spring-app/src/main/resources/static/grounding.png" width="16"/> AI Core Grounding](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/document-grounding)
134+
- [<img src="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)
135+
- [<img src="sample-code/spring-app/src/main/resources/static/Orchestration-Logo.png" width="16"/> Orchestration Chat Completion](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion)
136+
- [<img src="sample-code/spring-app/src/main/resources/static/Open-AI-Logo.svg" width="16"/> OpenAI Chat Completion](https://sap.github.io/ai-sdk/docs/java/guides/openai-chat-completion)
137+
- [<img src="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+
- [<img src="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)
140140

141-
For updating versions, please refer to the [**Release Notes**](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/release-notes).
141+
For updating versions, please refer to the [**Release Notes**](https://sap.github.io/ai-sdk/docs/java/release-notes).
142142

143143
## Build the Project
144144

@@ -177,7 +177,7 @@ OrchestrationClient client = new OrchestrationClient(destination);
177177
OpenAiClient client2 = OpenAiClient.withCustomDestination(destination);
178178
```
179179

180-
For more information, please refer to the [AI Core connectivity guide](https://literate-bassoon-jn3vmzp.pages.github.io/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).
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).
181181

182182
### _"There's a vulnerability warning `CVE-2021-41251`?"_
183183

docs/blog/Introducing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ String id = deployment.getId();
4141
AiExecutionStatus status = deployment.getStatus();
4242
```
4343

44-
You can learn more about the SDK's capabilities for SAP AI Core [in this guide](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/ai-core-deployment).
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).
4545

4646
## AI Core - Orchestration
4747

@@ -72,7 +72,7 @@ var result = client.chatCompletion(prompt, config);
7272
String messageResult = result.getContent();
7373
```
7474

75-
You can learn more about the SDK's capabilities for Orchestration Service [in this guide](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion).
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).
7676

7777
## AI Core - Foundation Models
7878

@@ -101,7 +101,7 @@ var result =
101101
String resultMessage = result.getContent();
102102
```
103103

104-
You can learn more about the SDK's capabilities for foundation models and OpenAI specific features [this guide](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/openai-chat-completion).
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).
105105

106106
## Getting Started
107107

docs/release-notes/release_notes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
### ✨ New Functionality
1414

15-
- [Orchestration] [Add Spring AI Chat Memory support](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/spring-ai-integration#chat-memory)
16-
- [Orchestration] [Prompt templates can be consumed from registry.](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion#chat-completion-with-templates)
17-
- [Orchestration] [Masking is now available on grounding.](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion#mask-grounding)
18-
- [Orchestration] [Grounding via *help.sap.com* is enabled.](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/orchestration-chat-completion#grounding)
19-
- [OpenAI] [Spring AI integration for embedding calls.](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/spring-ai-integration#embedding)
15+
- [Orchestration] [Add Spring AI Chat Memory support](https://sap.github.io/ai-sdk/docs/java/guides/spring-ai-integration#chat-memory)
16+
- [Orchestration] [Prompt templates can be consumed from registry.](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion#chat-completion-with-templates)
17+
- [Orchestration] [Masking is now available on grounding.](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion#mask-grounding)
18+
- [Orchestration] [Grounding via *help.sap.com* is enabled.](https://sap.github.io/ai-sdk/docs/java/guides/orchestration-chat-completion#grounding)
19+
- [OpenAI] [Spring AI integration for embedding calls.](https://sap.github.io/ai-sdk/docs/java/guides/spring-ai-integration#embedding)
2020

2121
### 📈 Improvements
2222

sample-code/spring-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can run the sample app, you need to install the AI SDK into your loca
1717
1818
Next, you'll need to set up credentials for the AI Core service:
1919

20-
* Follow [these instructions](https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/connecting-to-ai-core) to create a service key for the AI Core service.
20+
* Follow [these instructions](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core) to create a service key for the AI Core service.
2121

2222
⚠️ Put the `.env` file in the sample app directory.
2323

sample-code/spring-app/src/main/resources/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ <h5 class="mb-1">OpenAI</h5>
549549
<h2>Spring AI</h2>
550550
</div>
551551
Our clients are <a
552-
href="https://literate-bassoon-jn3vmzp.pages.github.io/docs/java/guides/spring-ai-integration"
552+
href="https://sap.github.io/ai-sdk/docs/java/guides/spring-ai-integration"
553553
target="_blank">integrated</a> within the Spring AI framework
554554
</div>
555555
<div class="card-body">

0 commit comments

Comments
 (0)