View this page in the latest version of Appian. Installing OpenAI Share Share via LinkedIn Reddit Email Copy Link Print On This Page This content applies solely to Connected Underwriting, which must be purchased separately from the Appian base platform. Introduction Integrating Azure OpenAI with your Connected Underwriting P&C solution consists of three main steps: Registering for an Azure OpenAI account Downloading the software package Importing the OpenAI application Incorporating OpenAI with your CU P&C solution This page provides instructions for installing the OpenAI Messaging Summary module in your CU P&C solution. Before installing, review the System Prerequisites to ensure all minimum requirements are met. System Prerequisites Appian platform running version 23.4 or greater. A supported version of MariaDB as a business data source. Note: Instructions below are for MariaDB databases. For use with other databases, the SQL script. A supported web browser. Insurance Underwriting Base Application v1.3 imported An OpenAI account and its related API Key Note: You may want to start with a free account for your dev and test environments, but you will likely reach the request limit fairly quickly. Step 1: OpenAI account registration To configure this module with your CU P&C solution, register for an account with OpenAI and generate an API key. Register for a paid account with Azure OpenAI if your organization does not already have one NOTE: You may want to start with a free account for your dev and test environments, but you will likely reach the request limit fairly quickly. Generate an API key for the account. Step 2: Downloading the software package The first step in installing the OpenAI Messaging Summary module is to download the ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0 - Forum.zip software package containing the following files. ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0.zip ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0.properties 01.ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0.sql These files will be used in the remaining setup steps. To download the software package: In MyAppian, navigate to the SUPPORT tab. Select DOWNLOADS > SOLUTIONS. In the grid, click Connected Underwriting P&C v1.4. Under Downloads > Add-ons, click Connected Underwriting AddOn Messaging OpenAi Summary v1.1.0 and agree to the License Agreement. Click Connected Underwriting AddOn Messaging OpenAi Summary v1.1.0 to download the ZIP file. Unzip ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0 - Forum.zip to access the software installation files. Step 3: Importing the application To import the application files: In the target environment, log in as the deployment user. Navigate to the Appian Designer. Click IMPORT. Click UPLOAD and choose ConnectedUnderwritingAddOnMessagingOpenAiSummaryv1.1.0.zip file. Click INSPECT to ensure that there will be no complications on import. Click IMPORT. Note: The import may time out due to file size but will continue in the background. Review the import results. Navigate into the new ISU Add-On: Messaging OpenAI Summary (ISU_MAI) application and open the ISU_MAI_CS_AzureOpenAI connected system. Update the Resource Name and API Key configurations in the connected system to enable access to the desired OpenAI resource: Paste your API key in the API Key field. If you use a pre-existing OpenAI account, it may be related to multiple organizations paying separately for requests. In this case, you should specify which organization these API requests will count against by populating the Organization field in RM. Click TEST CONNECTION to ensure the API Key works. Save your updates. Step 4: Incorporation with the base application The incorporation steps in this section are required to integrate the OpenAI add-on module into the Appian Connecting Underwriting base application. To add the AI Summary capabilities to the Messaging Thread display: In the target environment, log in. Navigate to the Appian Designer. Navigate to Insurance Underwriting (ISU) application. Open the ISU_MSG_COL_messagesDisplayForSelectedConversation interface and add the following code to the start of the contents array in the second a!cardLayout (around line 188): 1 2 3 4 5 ISU_MAI_showOpenAiSummarizedMessage( messages: local!allMessages, i18nData: ri!i18nData, brandingMap: ri!brandingMap ), Feedback Was this page helpful? SHARE FEEDBACK Loading...