Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note From Kyvos 2023.3 onwards, you can see the last operation details, including progress status and start time, by clicking the i icon. To view more comprehensive details, simply click the View Details link, which will take you to the Operations page, where you can view the operation information in detail. |
You can upload configuration files from Kyvos Manager to sync the current state of the cluster.
...
Click the Choose File button to locate the configuration file from your computer network, and click the Upload button.
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Important You must ensure the correctness of file content before upload, as Kyvos Manager will not validate the contents. |
Click the Save button from the top-right of the screen.
Integrating Kyvos with host applications for Conversational Analytics
Anchor | ||||
---|---|---|---|---|
|
To integrate Kyvos with host applications, configure the User Interface (UI) elements for chat sessions:
On the Manage Configuration page, download the ‘integration.config.json’ file.
Open the downloaded file and add the necessary configurations, which include: ‘clearChat’, ‘showMetadata’, ‘showSelectedSemanticModel’, and ‘allowSemanticModelChange’.
Set the value of these configurations to true if you want them to be displayed. By setting these configurations to true, the corresponding features will be displayed in the integration mode.
Once you have made the changes, upload the file back on the Manage Configuration page.
In the Kyvos integration mode with host applications, to add a new chat session as a worksheet from a URL, the host application must send the following URL to Kyvos:
Code Block |
---|
<KyvosPath>/kyvosIntegration.jsp?page=workbooks&workbookName=<%Workbookname%>&folderName=<%Folder%>&cubeName=<%CubeName%>&cubeFolderName=<%CubeFolder%>&cubeId=<%CubeId%>&sheetType=QNASHEET&actionCode=ADD |