Hi,
- I deployed a model in Azure UI using gpt-35-turbo-16kModel with 0613 version.
- Created a storage account and uploaded PDF data as a blob container
- Created a Cognitive Search service
- In Chat playground Assistant Setup, I created custom data by linking the all above. I also enabled Semantic services for this.
- All the above activities were completed successfully.
When I enter the question in chat prompt, I get the below error message.
(400, 'message='Server responded with status 400. Error message: {"error":{"code":"FeatureNotSupportedInService","message":"Semantic search is not enabled for this service.\r\nParameter name: queryType","details":[{"code":"SemanticQueriesNotAvailable","message":"Semantic search is not enabled for this service."}]}}', url=URL('https://smt-openai-cognitive-search-service.search.windows.net/indexes/data-supportfile-20230904085119-7ffc-index-chunk/docs/search?api-version=2021-04-30-Preview')\nCall%5CnCall) to Azure Search instance failed.\nAPI Users: Please ensure you are using the right instance, index_name and provide admin_key as the api_key.\n')
I checked again, the semantics property is enabled.
I thought, this might be related to the resourcegoup location. I removed and created resources in a different location, still error persists.
someone suggest, how to address this error.