Composum AI 1.0.0
stoerr
released this
07 May 17:20
·
365 commits
to develop
since this release
Release summary
We update the release number to 1.0.0 since the Composum AI is a useable product. There are also some more extensions:
- on AEM there is a global prompt history in the content creation dialog that allows to retrieve one of the last 20
prompts if you're applying an operation to several pages - there is a prototypic implementation of AI assisted search and question answering using RAG (retrieval augmented
generation) - see #86 . There is a servlet that implements that and
two mini applications that allow exploring how good that works for your site.
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.0.0
- 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
- Add a browser-global prompt history for last applied prompts to AEM Content Creation Dialog by @stoerr in #80
- AI supported search / RAG assisted question answering by @stoerr in #86
- Various @dependabot updates
Full Changelog: composum-ai-integration-1.0.0...composum-ai-integration-1.0.0