Question: How do I set up the semanticConfiguration for the vectorSemanticHybrid query type in Azure Copilot? Are there specific parameters or options that I need to consider when configuring the semanticConfiguration for optimal results?

Senthil 0 Reputation points
2024-01-31T11:44:49.5066667+00:00
Run failed: Exception: failed to query search index : {'error': {'code': '', 'message': "The parameter 'semanticConfiguration' must not be empty. Alternatively, set a default semantic configuration for this index.\r\nParameter name: semanticConfiguration"}}Traceback (most recent call last):  File "/mnt/cloud/code/Users/senthil.kumar/promptflow/clone-Flow-created-on-01-29-2024-10-35-37_Senthil/RetrieveDocuments.py", line 156, in search    allOutputs = [search_query_api(  File "/mnt/cloud/code/Users/senthil.kumar/promptflow/clone-Flow-created-on-01-29-2024-10-35-37_Senthil/RetrieveDocuments.py", line 156, in <listcomp>    allOutputs = [search_query_
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,581 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
186 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,651 Reputation points
    2024-01-31T15:35:29.36+00:00

    Thanks for the question, Here is the document to configure the semantic search. Semantic ranker is premium feature, please make sure you enable the same to use. User's image

    0 comments No comments