Skip to content

Commit 6c2ad62

Browse files
authored
Replace occurrences of (Maven) "artifact" with (Maven) "module"
1 parent 42b84f3 commit 6c2ad62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/Introducing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Similarly, this SDK for Java enables convenient integration of generative AI cap
1010

1111
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.
1212

13-
This post introduces the main artifacts and their features.
13+
This post introduces the main modules and their features.
1414

1515
## AI Orchestration
1616

@@ -53,7 +53,7 @@ You can learn more about the orchestration service capabilities [here](https://g
5353
</dependency>
5454
```
5555

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.
5757
The `core` module provides tools for workflow and scenario management within SAP AI Core.
5858
* Artifact Management: Register and organize datasets and model artifacts.
5959
* 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/
8484
</dependency>
8585
```
8686

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.
8888
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.
8989

9090
**Example:** Write a simple chat completion.

0 commit comments

Comments
 (0)