Composum AI 0.8.3
Release summary
This release allows the user to define prompt libraries that can be used instead of the standard prompt library. Those can be assigned via Sling Context Aware Configuration to specific sites or parts of a site. Thus, editors can easily work with prompts translated into your own language, and add specific prompts you developed for your daily tasks.
Second, we have been implementing an automatic translation of individual pages or the whole site (only for AEM). That is still in development, but it's already useable as it is - you can try it on your own site. Please give us some feedback!
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/0.8.3
- 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
- Issue#23 by @WietseV in #51
- Site specific AI prompt libraries by @stoerr in #61
- POC automatic site translation by @stoerr in #64
- Automatic translation on Rollout by @stoerr in #70
- Add translation workflows by @stoerr in #72
- A couple of version bumps by @dependabot
New Contributors
Full Changelog: composum-ai-integration-0.7.1...composum-ai-integration-0.8.3