Composum AI 1.1.3
stoerr
released this
30 May 13:21
·
299 commits
to develop
since this release
Release summary
The release 1.1.3 of the Composum AI introduces a new feature: Page templating. While the content creation dialog nicely supports working on a single text that is part of a component, it is not possible to create whole components or even pages in one step. If you have a number of almost identically structured pages where the texts have the same function and would need the same prompts applied just to different background information, then our new feature, AI page templating, might be what you need. So the major new things are:
- AI page templating to generate whole page drafts from a set of prompts and an information source
- some enhancements to the ai assisted search / RAG support
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.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
- Page templating prototype by @stoerr in #87
- Implement a cache for embeddings to make ai supported search / RAG more efficient by @stoerr in #88
- Some version bumps by @dependabot
- Various fixes by @stoerr in #89
- Make automatic translation model switchable by @stoerr in #95
Full Changelog: composum-ai-integration-1.0.0...composum-ai-integration-1.1.3