You may encounter the following exception while testing Semantic Ranking with the Azure AI service. I was exploring the 'Quickstart: Semantic Ranking' guide on Azure AI Search, available on Microsoft Learn, using the Python library. The exception occurred during the execution of the following code snippet:
The exception encountered is likely due to the Semantic Ranking feature not being enabled for the Azure AI Search Service. To resolve this issue, ensure that Semantic Ranking is activated for the AI Search Service instance you are using for semantic searches. It's important to note that the Semantic Ranking feature is not available for the free tier of Azure AI Search.
Now, with the appropriate pricing tier selected, you should be able to enable the Smart Ranking plan, allowing your code to execute without any issues.
No comments:
Post a Comment