Composum AI 1.1.6
Release summary
The release 1.1.6 of the Composum AI mostly advances the automatic translation for AEM, that introduces an AEM rollout configuration that automagically translates the pages of a live copy into another language when rolled out.
It introduces a couple of fixes and the concept of translation rules: it is now possible to add additional instructions
for pages whose path match a pattern or where the text contains certain words / word sequences / patterns. If you have,
for instance, various technical terms that have special translations unknown to the AI, you can introduce a rule for
each of those terms that is only activated when the term actually appears, and then adds an additional "Translate XXX to
YYY" to the instructions when translating the page.
Downloads
AEM
- Download and install the package , configure an OpenAI API Key at "GPT Chat Completion Service" .
- Or add the Composum AI for AEM all package on Maven Central to your deployment.
- There is an example configuration package you could optionally use or extend from the source
Composum Pages
- Try it live on cloud.composum.com
- As Sling package: https://central.sonatype.com/artifact/com.composum.ai/composum-ai-integration-composum-package/1.1.6
- Prepackaged in the Composum Starter and docker image composum/featurelauncher-composum , both created in the Composum Launcher project.
Dependencies
The AEM variant runs on AEM >= 6.5 and AEMaaCS.
The Composum variant is an extension of Composum Pages and needs at least
version 1.5.1.
What's Changed
- Bugfix: CA Config fix by @stoerr in #96
- Minor improvements (logging etc.) by @stoerr in #98
- Add word / phrase specific translation rules by @stoerr in #100
- Small bugfixes / improvements by @stoerr in #106
- Trigger Rollout Workflow by @stoerr in #107
Full Changelog: composum-ai-integration-1.1.2...composum-ai-integration-1.1.6