Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure AI Search Sample Issue #39007

Open
jerryshia opened this issue Dec 31, 2024 · 2 comments
Open

Azure AI Search Sample Issue #39007

jerryshia opened this issue Dec 31, 2024 · 2 comments
Assignees
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

Comments

@jerryshia
Copy link
Member

Section link1, link2:

Image

Reason:
The field hotelName appears more than once in the index definition.

Suggestion:
Remove one of them.

Section link1

Image

Reason:
If query_type="semantic",then the parameter semanticConfiguration 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.

@github-actions github-actions bot added 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 labels Dec 31, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@v-xuto v-xuto added test-manual-pass needs-team-triage Workflow: This issue needs the team to triage. labels Dec 31, 2024
@xiangyan99 xiangyan99 removed the needs-team-triage Workflow: This issue needs the team to triage. label Jan 1, 2025
@xiangyan99
Copy link
Member

#39019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants