DivePort AI Settings
As of DivePort 8.0(11), you can integrate AI workflows and LLMs with DivePort using the AI settings menu. To access AI settings, select ADMIN > Portal Settings > AI Settings.
The AI Settings dialog box opens.
| Property | Definition |
|---|---|
| AI Provider |
Defines the type of AI being used. Options are OpenAI, Anthropic, Ollama, Azure Open AI, and Mistral. |
| AI API URL | Defines the API URL for your AI provider. This URL can be found in the provider's API documentation. For example, the OpenAI URL might be https://api.openai.com/v1 and the Anthropic URL might be https://api.anthropic.com/v1. |
| API Key | Defines the private key generated by your AI provider. |
| Model | Defines the model to use with your AI provider. For example, gpt-4o or claude-opus-4-6. |
| Welcome Title | Defines the message displayed to users when they open the chat window for the first time. |
| Welcome Subtitle | Defines the subtitle displayed to users when they open the chat window for the first time. |
| Placeholder | Defines the placeholder text in the chat textbox. |
| Site Prompt | Defines the site-specific prompt to help customize your AI implementation. This prompt is included in addition to the stock prompts. |
| Allow the AI to access data |
By default, DivePort will not reveal any data values to the AI. Select metadata is provided, such as: portlet settings, project names and paths, dimension and measure names, and descriptions of fields. The AI does not have access to the calculated values or to dimension values. To enable that kind of data access, you need to approve of it in two places: First, select Allow the AI to access data. Then go to the page where you would like the AI to have data access. Choose a portlet, and in the Portlet Settings >AI Settings dialog box, select Send data from this portlet to the AI. NOTE: It is important to avoid this for portlets with lots of data. Too much data can overwhelm the LLM, and will increase your per-query costs. As an alternative to using this option, see DivePort AI Actions. |