|
5 | 5 |
|
6 | 6 | # <img src="https://sap.github.io/cloud-sdk/img/logo.svg" alt="SAP Cloud SDK" width="30"/> SAP Cloud SDK for AI (for Java) |
7 | 7 |
|
8 | | -> ⚠️ **This is a pre-alpha version of the AI SDK for Java. The APIs are subject to change.** ⚠️ |
| 8 | +**SAP Cloud SDK for AI** is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**. |
| 9 | + |
| 10 | +This SDK enables developers to seamlessly integrate AI capabilities, such as chat completion, into their Java-based business applications using SAP's Generative AI Hub. |
| 11 | +Leverage powerful features like templating, grounding, data masking, and content filtering to build intelligent applications. |
| 12 | +The SDK simplifies the setup and interaction with SAP AI Core, allowing you to focus on delivering value through AI integration. |
9 | 13 |
|
10 | 14 | ## Table of Contents |
11 | 15 |
|
12 | | -- [Introduction](#introduction) |
13 | 16 | - [General Requirements](#general-requirements) |
14 | 17 | - [Connecting to SAP AI Core](#connecting-to-sap-ai-core) |
15 | 18 | - [Option 1: Set Credentials as Environment Variable](#option-1-set-ai-core-credentials) |
|
28 | 31 | - [Code of Conduct](#code-of-conduct) |
29 | 32 | - [Licensing](#licensing) |
30 | 33 |
|
31 | | -## Introduction |
32 | | - |
33 | | -Welcome to the **SAP Cloud SDK for AI (for Java)**. |
34 | | -This SDK enables developers to seamlessly integrate AI capabilities, such as chat completion, into their Java-based business applications using SAP's Generative AI Hub. |
35 | | -Leverage powerful features like templating, grounding, data masking, and content filtering to build intelligent applications. |
36 | | -The SDK simplifies the setup and interaction with SAP AI Core, allowing you to focus on delivering value through AI integration. |
37 | | - |
38 | 34 | ## General Requirements |
39 | 35 |
|
40 | 36 | To use the SDK in a Java application, it is necessary to understand the technical prerequisites and required versions for common dependencies. |
|
0 commit comments