Skip to content

Composum AI 1.2.1

Compare
Choose a tag to compare
@stoerr stoerr released this 18 Aug 17:08
· 199 commits to develop since this release

Release summary

The release 1.2.1 introduces speech recognition / dictation of prompts as a new feature: there is now a new button "Dictate" in the AEM Content Creation Dialog and the Side Panel AI that records while you're pressing the button and uses the OpenAI audio transcriptions service to transcribe this into text and add it at the cursur position to the prompt.

There is also a new feature in the RAG / AI supported search: the most important one is that we allow a preprocessing step where the AI suggests search keywords for doing the actual search, instead of just feeding the plaintext query of the user to the JCR search engine. This likely works better if the user actually asks a question.

Also, we switched from gpt-3.5-turbo to gpt-4o-mini as a default model, since since 3.5 is obsolete and more expensive, too.

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

  • Switch from gpt-3.5-turbo to gpt-4o-mini since 3.5 is obsolete and more expensive, too by @stoerr in #108
  • Speech recognition / dictation by @stoerr in #114
  • Feature/rag improvements by @stoerr in #115
  • some bugfixes and documentation improvements by @stoerr in #123
  • Some version bumps by @dependabot

Full Changelog: composum-ai-integration-1.1.6...composum-ai-integration-1.2.1