Skip to content

Commit ae938ef

Browse files
authored
added links to docs platform
1 parent d2dfa8b commit ae938ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/ai-core-orchestration-grounding/ai-core-orchestration-Grounding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ console.log("AI API URL:", AI_API_URL);
5858

5959
[OPTION BEGIN [Java SDK]]
6060

61-
To interact with SAP AI Core using the [Java SDK](https://github.com/SAP/ai-sdk-java), you first need to create a service key that grants secure access to your AI Core instance. Follow the step Set Up Your Environment and Configure Access in the [tutorial](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html) to establish your connection.
61+
To interact with SAP AI Core using the [Java SDK](https://sap.github.io/ai-sdk/docs/java/overview-cloud-sdk-for-ai-java), you first need to create a service key that grants secure access to your AI Core instance. Follow the step Set Up Your Environment and Configure Access in the [tutorial](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html) to establish your connection.
6262

6363
[OPTION END]
6464

@@ -749,7 +749,7 @@ createPipeline().then(pipelineId => {
749749

750750
We are creating a document-grounding pipeline using SAP AI Core. The pipeline is configured to integrate with Microsoft SharePoint as a data source, enabling AI-driven document processing. This setup allows seamless ingestion of documents from a specified SharePoint site, ensuring efficient data retrieval and processing.
751751

752-
**Note:** For this step, we are using the [document grounding module](https://github.com/SAP/ai-sdk-java/blob/main/docs/guides/GROUNDING.md) of the SDK so make sure to add the dependency to your project.
752+
**Note:** For this step, we are using the [document grounding module](https://sap.github.io/ai-sdk/docs/java/guides/document-grounding) of the SDK so make sure to add the dependency to your project.
753753

754754
```java
755755
// Request to create the pipeline

0 commit comments

Comments
 (0)