-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
3,842 additions
and
1,093 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Upgrading to ABAP SDK version 1.2.0 | ||
|
||
Note: If migrating from a version less than v1.1.0, also see the | ||
[v1.1.0 migration guide wiki](https://github.com/IBM/abap-sdk-btp-x/blob/main/MIGRATION-V1.1.0.md). | ||
|
||
<details> | ||
<summary>Table of Contents</summary> | ||
|
||
- [Breaking changes by service](#breaking-changes-by-service) | ||
- [New features by service](#new-features-by-service) | ||
- [watsonx.ai](#watsonxai) | ||
- [Other changes](#other-changes) | ||
- [Renaming of service _Watson Machine Learning_](#renaming-of-service-watson-machine-learning) | ||
</details> | ||
|
||
## Breaking changes by service | ||
|
||
- None. | ||
|
||
## New features by service | ||
|
||
### watsonx.ai | ||
|
||
- Support for new category *Text chat* | ||
- New methods `Text_Chat`, `Text_Chat_Stream` | ||
|
||
- Support for new category *Text extraction* | ||
- New methods `Text_Extraction`, `List_Text_Extractions`, `Text_Extraction_Get`, `Text_Extraction_Delete` | ||
|
||
- Support for new category *Text rerank* | ||
- New method `Text_Rerank` | ||
|
||
## Other changes | ||
|
||
### Renaming of service _Watson Machine Learning_ | ||
|
||
- Service _Watson Machine Learning_ has been renamed to _watsonx.ai Runtime_. | ||
The ABAP class name remains `ZCL_IBMX_WML_V4`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.