Azure AI Search Sample Issue #39007
Labels
Client
This issue points to a problem in the data-plane of the library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Search
test-manual-pass
Section link1, link2:
Reason:
The field
hotelName
appears more than once in the index definition.Suggestion:
Remove one of them.
Section link1
Reason:
If
query_type="semantic"
,then the parametersemanticConfiguration
must not be empty, or we would hit the error:The parameter 'semanticConfiguration' must not be empty. Alternatively, set a default semantic configuration for this index.
Suggestion:
Update code to
results = list(client.search(search_text="luxury", query_type="semantic", semantic_configuration_name="semantic_config_name", query_language="en-us"))
@rohit-ganguly ,@lmazuel, @achandmsft, @mayurid, @xiangyan99 for notification.
The text was updated successfully, but these errors were encountered: