Composum AI 0.6.0
stoerr
released this
01 Dec 09:20
·
684 commits
to develop
since this release
The major contribution of this release is compatibility with AEM 6.5.x, as well as various bugfixes and some prompt improvements.
Caution: the releases 0.5.3 and below do no longer work with the current OpenAI chat completion API because a change in the API triggered a bug. That has been fixed in 0.6.0.
AEM variant
In the AEM version you have two dialogs:
- the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
- the side panel AI integrated into the side panel of the editor and experience fragment editor.
The AEM variant works both for AEMaaCS and AEM 6.5.x.
(An equivalent of the translation dialog or page category dialog in the Composum Variant are not planned, since translation and page tags work quite differently in AEM.)
Composum Pages variant
Provides:
- translation dialog
- page category dialog
- content creation dialog
- sidebar AI
In this release the content creation dialog was modified to contain the 'source content' explicitly as dialog field - that is, the base text that is processed by the AI using the data.
Downloads
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/0.6.0
- Prepackaged in the Composum Starter and docker image composum/featurelauncher-composum , both created in the Composum Launcher project. (Currently version 0.6.0 it is only contained in docker image 'develop'; the 'latest' image and the Composum Starter will be updated soon.)
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.
Dependencies
This is an extension of Pages and needs at least version 1.5.1.
What's Changed
- Create a site for documentation and instructions by @stoerr in #39
- Port down to AEM 6.5.x by @stoerr in #40
- Use HTTPClient instead of java.net.http for Java 8 compatibility by @stoerr in #42
Full Changelog: composum-ai-integration-0.5.3...composum-ai-integration-0.6.0