Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
712:configure_stages [2025/09/22 14:09] – [Modify secret.properties settings] Linz, Andreas | 712:configure_stages [2025/09/25 14:22] (current) – [Modify secret.properties settings] Linz, Andreas | ||
---|---|---|---|
Line 376: | Line 376: | ||
Please find the details [[ldap|here]]. | Please find the details [[ldap|here]]. | ||
- | ===== AI Chat Assistant | + | ===== AI Feature |
- | To activate the AI chatbot in Stages, the following steps are required. | + | To activate the AI chatbot |
==== Stages version ==== | ==== Stages version ==== | ||
- | The chatbot will only work with Stages v7.12 or higher. | + | The chatbot will only work with Stages v7.12 or higher. The content generation feature works with Stages v7.11 or higher. |
Line 385: | Line 385: | ||
==== Metamodel ==== | ==== Metamodel ==== | ||
- | A new unified configuration metamodel for Stages v7.12 is also required. This version gets delivered with Stages | + | A new unified configuration metamodel for Stages v7.12 / v.7.11 is required to support the AI features. Please contact [[stages-support@ul.com]] for further metamodel update instructions - depending on your Stages |
==== User permissions ==== | ==== User permissions ==== | ||
- | Depending on the activities performed | + | Depending on the activities performed |
* Use chatbot assistant: | * Use chatbot assistant: | ||
* Permission Domain Chatbot > Permission: Read | * Permission Domain Chatbot > Permission: Read | ||
Line 400: | Line 400: | ||
* Default file path on windows server: / | * Default file path on windows server: / | ||
* Default file path on linux server: / | * Default file path on linux server: / | ||
+ | AI Chatbot Assistant feature: | ||
<code xml> | <code xml> | ||
< | < | ||
Line 466: | Line 467: | ||
</ | </ | ||
</ | </ | ||
+ | </ | ||
+ | AI Content Generation feature: | ||
+ | <code xml> | ||
<cg> | <cg> | ||
<cg-type name=" | <cg-type name=" | ||
Line 516: | Line 520: | ||
==== Modify secret.properties settings ==== | ==== Modify secret.properties settings ==== | ||
- | Please add the following section to your secret.properties file and replace the url and key values with your personal Azure AI subscription data. If you use Stages as managed service and you don't have an own AI subscription, | + | Please add the following section to your secret.properties file and replace the url and key values with your personal Azure AI subscription data. Details on the subscriptions required can be found here: [[712: |
* Default file path on windows server: / | * Default file path on windows server: / | ||
* Default file path on linux server: / | * Default file path on linux server: / | ||
Line 526: | Line 530: | ||
ai.translateservice.url = [azure_translate_service_url] | ai.translateservice.url = [azure_translate_service_url] | ||
ai.translateservice.key = [azure_translate_service_key] | ai.translateservice.key = [azure_translate_service_key] | ||
+ | | ||
+ | If you use Stages as managed service and you don't have an own AI subscription, | ||
| |