@Poornima Baddi To add an Azure Search index to the "Add your data" section of the Chat Playground, you need to provide some metadata about your index. Specifically, you need to provide the name of the index, the name of the Azure Search service, and the API key for the service.
To get the metadata for your index, you can follow these steps:
- Go to the Azure portal and navigate to your Azure Search service.
- Click on the "Keys" tab and copy the "Primary Admin Key".
- Go to the "Overview" tab and copy the "Service name".
- Go to the "Indexes" tab and copy the name of the index you created.
Once you have this information, you can add it to the metadata for your connection in the Chat Playground. To do this, follow these steps:
- Go to the "Connections" tab in the Chat Playground.
- Click on the connection you created for your Azure Search service.
- Click on the "Edit" button.
- In the "Metadata" section, add the following properties:
{ "indexName": "<name of your index>", "searchServiceName": "<name of your Azure Search service>", "apiKey": "<your Azure Search service API key>" }
- Click on the "Save" button.
After you have added this metadata, you should be able to see your index in the "Add your data" section of the Chat Playground.