Release 1.1.0
Version 1.1.0 mainly brings enhancements for the Orchestration service, including streaming support.
🔧 Compatibility Notes
- Changed return type of
List<Double> getEmbedding()from experimental APIOpenAiEmbeddingDatatofloat[]to match recent Spring AI change.
✨ New Functionality
- Added
streamChatCompletion()andstreamChatCompletionDeltas()to theOrchestrationClient.
📈 Improvements
- Update AI Core client to 2.37.0
All Commits
click to expand
- chore: move orchestration package up in the Readme by @jjtang1985 in #226
- Try fix CVE scan by @MatKuhr in #225
- Release notes 1.0.0 by @CharlesDuboisSAP in #229
- Fix CVE Scan again by @MatKuhr in #232
- Added embedding documentation by @CharlesDuboisSAP in #230
- chore: [DevOps] bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 in the plugins group by @dependabot in #234
- chore: [DevOps] bump the production-minor-patch group with 2 updates by @dependabot in #233
- Update with new generator version by @MatKuhr in #235
- [Blog] Introduction blog post by @newtork in #154
- [Documentation] Update Readme and Document using Destinations by @MatKuhr in #231
- Test: Using Orchestration Grounding module by @Jonas-Isr in #228
- Orchestration streaming by @CharlesDuboisSAP in #227
- Exchanged GPT-3.5 for Gemini-1.5 in OrchestrationTest by @Jonas-Isr in #238
- Split logic of sample-app into service and controller by @Jonas-Isr in #240
- chore: [Orchestration] Improve Streaming Sample Code by @MatKuhr in #243
- Refactor OpenAiController in sample app by @Jonas-Isr in #245
- chore: [DevOps] bump the plugins group with 6 updates by @dependabot in #249
- chore: [DevOps] Update to Cloud SDK 5.15.0 by @MatKuhr in #246
- Reduce duplication of ResponseHandlers by @CharlesDuboisSAP in #244
- chore: [DevOps] bump the production-minor-patch group across 1 directory with 4 updates by @dependabot in #250
- [Docs] Document using a custom RG by @MatKuhr in #247
- Change OpenAI Emedding vector type from
List<Double>tofloat[]by @newtork in #252 - chore: [DevOps] bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 in the production-minor-patch group by @dependabot in #254
- Html page redesign by @TillK17 in #242
- Increase Test Coverage for Orchestration by @Jonas-Isr in #255
- chore: [DevOps] bump the production-minor-patch group with 3 updates by @dependabot in #259
- Fix: Update Table of Contents by @jjtang1985 in #260
- Update AI Core specification by @bot-sdk-js in #261
- Missing release notes by @CharlesDuboisSAP in #263
New Contributors
- @bot-sdk-js made their first contribution in #14
- @jjtang1985 made their first contribution in #54
- @rpanackal made their first contribution in #42
- @Jonas-Isr made their first contribution in #153
- @Terry-Huang-00 made their first contribution in #159
- @TillK17 made their first contribution in #242
Full Changelog: https://github.com/SAP/ai-sdk-java/commits/rel/1.1.0