Hi @Kelvin Shee ,
I believe by making search service public you were able to add data to chat playground
and to your further questions.
- 1. how I can build to web base with the data index ? Do you mean Web app? If yes you can directly deploy it like shown below.
If you want to make any changes like data source, skillset etc to ai search you do directly in portal or sdk and no need to create the index unnecessarily every time you add to chat playground.
And refer this documentation for more information.
- during I setup the Data Index I do setup schedule updates by One time indexing , how I can change to Hourly ? should I re-create again or can i modify the data index that is ready ? You no need to create new index, use the current index with schedule(Hourly).
UPDATE
Create a managed identity and assign appropriate roles should resolve your issue. Refer this documentation to assign roles.
Next, you provide the query to chat playground which more specific to your documents added, then you will not get information not available response from model.
If you have any further query let me know, please do accept
the answer and give feedback by clicking on Yes
.
Thank you