Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
712:configure_stages [2025/09/23 08:05] – [User permissions] Linz, Andreas712: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 Configuration ===== +===== AI Feature Configuration: Chatbot Assistant and Content Generation ===== 
-To activate the AI chatbot in Stages, the following steps are required.+To activate the AI chatbot and the content generation feature in Stages, the following steps are required.
 ==== 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 requiredThis version gets delivered with Stages 7.12. Please contact [[stages-support@ul.com]] for further metamodel update instructions - depending on your Stages server operating system. If you use a customized metamodel, please contact your Stages product consultant to extend your metamodel. +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 version and server operating system. If you use a customized metamodel, please contact your Stages product consultant to extend your metamodel. 
  
 ==== User permissions ==== ==== User permissions ====
-Depending on the activities performed by the Stages user - the following user permissions are required:+Depending on the activities performed by the Stages user with the chatbot assistant - the following user permissions are required:
   * 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: /methodpark/stages/conf/config.xml   * Default file path on windows server: /methodpark/stages/conf/config.xml
   * Default file path on linux server: /opt/stages/conf/config.xml   * Default file path on linux server: /opt/stages/conf/config.xml
 +AI Chatbot Assistant feature:
 <code xml> <code xml>
 <chatbot> <chatbot>
Line 466: Line 467:
     </chatbot-stage>     </chatbot-stage>
 </chatbot> </chatbot>
 +</code>
 +AI Content Generation feature:
 +<code xml>
 <cg> <cg>
     <cg-type name="azureOpenAI">     <cg-type name="azureOpenAI">
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 contact UL for an subscription offer.+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:ai_privacy|]] 
   * Default file path on windows server: /methodpark/stages/conf/secret.properties   * Default file path on windows server: /methodpark/stages/conf/secret.properties
   * Default file path on linux server: /opt/stages/conf/secret.properties   * Default file path on linux server: /opt/stages/conf/secret.properties
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, please contact UL for an subscription offer.