Configuring Kyvos Enterprise Account for Kyvos Dialogs Desktop App
Configuring any Kyvos deployment for use as a server in the Kyvos Dialogs Desktop App requires a few manual steps. These steps must be performed on the centralized public server to prepare it for Desktop App usage.
Important
Ensure that you have the Kyvos Dialogs license activated with the Kyvos Enterprise Account.
Manual Configuration Steps
Enable raw data querying
Navigate to Kyvos Manager > Kyvos Properties and in thebiserver.propertiesfile, set:RAW_DATA_QUERYING_ENABLED = trueCreate a new Tabular SQL Engine connection
This is required to serve relational multidimensional model queries on Tabular store data.Update the providerInfo.xml file to allow
KYVOS_COMPUTEas a SQL Engine provider.Add a new connection named
TabularSQLEngine.Set the category to SQL ENGINE and save.
Update configurations in
portal.properties"allowDataUpload": trueConfigure
integration.config.json
Apply the following settings (default values indicated by...):
Note
The symbol (…) indicates default settings. Copy and paste the same settings in the file.
{
...
"showLoadingBanner": false,
"onSessionExpiry": {
"redirect": false,
"notify": true
},
"header": {
"recent": true,
...
},
"usecases": {
"allow": "copilot",
...
},
"workbooks": {
...
"dialogMode": {
"actionPanel": true,
"export": true,
"openCube": false,
"share": false,
"chatSessionConfig": {
"allowCreateFolder": false,
"createQuestionListMessage": true,
"clearChat": true,
"showMetadata": true,
"showSelectedSemanticModel": true,
"allowSemanticModelChange": true,
"allowChatPinning": true,
"allowNewChat": true,
"showRecent": true,
"openChat": true,
"showChatSettings": true,
"showLoadAllChatHistory": true,
"manageUploadedFiles": true,
"showMic": false
}
},
"defaultMode": "dialogMode"
},
"jsEvents": {
"apiTimeout": 30,
"sessionSyncInterval": 120
}
}Uploading providerInfo.xml for KYVOS_COMPUTE SQL Engine
Download providerInfo.xml file from Kyvos Manager via Utilities > Manage Configuration Files.
Locate the
<ALLOWED_PROVIDERS>attribute for your deployment provider .Add
KYVOS_COMPUTEto the list of allowed providers.Save and re-upload the file via Kyvos Manager.
Restart Kyvos services.