feat: |RPT] Update RPT client to version 1.5 - #976
Conversation
|
I see in the PR, the rpt 1.0 client is replaced by 1.5. I don't think it is possible to replace the support for the old model already by now or any time this year (according to the sap notes). |
addressed: preserved the old client and api, moved the new one to a separate dedicated package |
| ### 📈 Improvements | ||
|
|
||
| - | ||
| - [Foundation Models] Updated SAP-RPT tabular data prediction model client for API `SAP-RPT 1.5` |
There was a problem hiding this comment.
The migration guide is lacking, get inspired from https://sap.github.io/ai-sdk/docs/java/release-notes#-compatibility-notes-1
| @@ -82,19 +83,16 @@ public PredictResponsePayload predict() { | |||
| */ | |||
| @Nonnull | |||
| public PredictResponsePayload predictParquet() { | |||
There was a problem hiding this comment.
This fails HTTP/1.1 422 Unprocessable Entity.
This what what I talked about with the generator change
Context
Add RPT 1.5 support
Feature scope:
spec-update.yamlto new specRptClient.tableCompletion, should be (File, String)Definition of Done
Aligned changes with the JavaScript SDK