Skip to content

Composum AI 1.0.0

Compare
Choose a tag to compare
@stoerr 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

Composum Pages

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