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

[Internal] Query: Removes unneeded check on supported query features #4868

Conversation

sc978345
Copy link
Contributor

@sc978345 sc978345 commented Nov 5, 2024

Description

This PR

-Upgrades to the 3.37.1 version of the direct package
-Adds additional testing on ORDER BY RANK RRF with VectorDistance in HybridSearchQueryTests SanityTests
-Removes an unneeded (and problematic) check for unsupported features, which is not needed by the SDK. Previously, this code assumed there would always be a queryInfo object, however with hybrid search, this may not always be the case. But in addition, this check was not needed, so it is removed.

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)

…bles the HybridSearchQueryTests SanityTests. It also removes an unneeded (and problematic) check for unsupported features, which is not needed by the SDK.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

@sc978345 sc978345 changed the title [Internal] Query: Enables HybridSearchQueryTests SanityTests [Internal] Query: Fixes HybridSearchQueryTests SanityTests Nov 5, 2024
adityasa
adityasa previously approved these changes Nov 5, 2024
Copy link
Contributor

@adityasa adityasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

leminh98
leminh98 previously approved these changes Nov 5, 2024
@sc978345 sc978345 dismissed stale reviews from leminh98 and adityasa via d6d6161 November 5, 2024 18:46
@sc978345 sc978345 changed the title [Internal] Query: Fixes HybridSearchQueryTests SanityTests [Internal] Query: Removes unneeded check on supported query features Nov 5, 2024
@neildsh neildsh added QUERY auto-merge Enables automation to merge PRs labels Nov 5, 2024
Copy link
Contributor

@sboshra sboshra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 35fdca1 into master Nov 6, 2024
23 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the users/shauncooper/enable-hybridsearch-tests branch November 6, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs QUERY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants