·
1 commit
to develop
since this release
Release summary
There are several important new features concerning the automatic translation in release 3.1.2.
- Since there are now many providers offering large language models (LLM) with APIs similar to the OpenAI chat completion API, and those differ in multi language capabilities, we have added the ability to use multiple LLM backends. It is now possible to configure several different LLM (we tried OpenAI, Anthropic Claude, Google Gemini and Microsoft Azure AI Foundry) as backends simultaneously and configure which backend / model to use for translation on each site. Compare configuration. There is also a tool
/apps/composum-ai/components/autotranslatemodelcompare.html
for a rough evaluation which model does best for which lanugage. - Major news for the useability of AI Translation is the translation review tool. It shows a comfortable view that shows the original and translated texts occurring on a page and allows an easy process of accepting or adapting translations, and has additional support for displaying and merging changes in the original into the translated page.
- A bulk edit tool has been provided that supports replacing words or phrases in a page tree, while observing technical details relevant for the AI translation.
The Composum Pages version has been discontinued since the changes apply almost exclusively to AEM. You can continue using older releases for Composum Pages or contact us if you need support for Composum Pages.
What's Changed
- Translation Review Tool by @stoerr in #166
- NPE fixes by @stoerr in #167
- Improve Translation review by @stoerr in #168
- Introduce multiple LLM backends by @stoerr in #169
- Improvements for Multi-LLM usage by @stoerr in #170
- AI Translation Review Tool: show dedicated message for suspended pages by @stoerr in #171
- Feature/fixes by @stoerr in #172
- WEBX-1099-Firefox-Link-editor-pop-up-does-not-appear-sometimes-on-Fir… by @bogdan-stelea in #173
- Bulk edit tool for search and replace in page trees by @stoerr in #174
New Contributors
- @bogdan-stelea made their first contribution in #173
Full Changelog: composum-ai-integration-2.2.5...composum-ai-integration-3.1.2
Downloads
- 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
Dependencies
The AEM variant runs on AEM >= 6.5 and AEMaaCS.