1.1 KiB
1.1 KiB
Update-VA-configurations-for-enhanced-Aviator-semantic-search-accuracy_686074767
Introduction
This topic describes how to update the VA configrations to improve the semantic search accuracy on the PM tenant.
Update VA configurations
- In the same browser of the tenant, open a new tab, enter https://ais.itsma-ng.org/sap/rest-client?TENANTID= in the URL to go to Rest Call page.
- Enter virtual-agent/agentsetting, select the GET method, and click Send. You will get the current VA configurations in the response.
- Copy the following JASON script from the response.
- Switch to the PUT mode and paste the above information, change the topK and scoreThreshold parameters accordingly in the qna and intent sections, and then click Send.
- You can switch to GET mode to get the latest configurations to double check if the change takes effect.
Attachments:
VDBconfig.png (image/png)
qnaIntent.png (image/png)

