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/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
@@ -10,7 +10,7 @@ Similarly, this SDK for Java enables convenient integration of generative AI cap
10
10
11
11
For [SAP BTP](https://help.sap.com/docs/btp?locale=en-US) developers, the AI SDK is crafted to simplify AI integration and enhance application impact. With features that optimize deployment, improve content safety, and facilitate model orchestration, the SDK lets you bring advanced AI functionality to your applications swiftly and with minimal setup. Whether you need adaptable workflows, secure data handling, or smooth generative model integration, the SDK equips you with robust tools to embed AI-powered features in your SAP BTP solutions.
12
12
13
-
This post introduces the main artifacts and their features.
13
+
This post introduces the main modules and their features.
14
14
15
15
## AI Orchestration
16
16
@@ -53,7 +53,7 @@ You can learn more about the orchestration service capabilities [here](https://g
53
53
</dependency>
54
54
```
55
55
56
-
Automate tasks such as creating artifacts, configurations, and deployments, executing batch inference jobs, as well as managing Docker registries and object storage for training data.
56
+
Automate tasks such as creating AI Core artifacts, configurations, and deployments, executing batch inference jobs, as well as managing Docker registries and object storage for training data.
57
57
The `core` module provides tools for workflow and scenario management within SAP AI Core.
58
58
* Artifact Management: Register and organize datasets and model artifacts.
59
59
* Configuration Management: Set up configurations for various models and use cases.
@@ -84,7 +84,7 @@ You can learn more about the SAP AI Core capabilities [here](https://github.com/
84
84
</dependency>
85
85
```
86
86
87
-
The `openai` module, along with other artifacts in the `com.sap.ai.sdk.foundationmodels` group, enables streamlined access to specific generative AI models available through the Generative AI Hub.
87
+
The `openai` module, along with other modules in the `com.sap.ai.sdk.foundationmodels` group, enables streamlined access to specific generative AI models available through the Generative AI Hub.
88
88
The module provides a simplified interface focused on direct model interactions, ideal for developers who require direct access to foundation models for inference and embedding requests without additional orchestration features.
0 commit comments