Skip to content

CSHARP-5212: Exact Vector Search #1521

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

Merged
merged 1 commit into from
Nov 1, 2024
Merged

CSHARP-5212: Exact Vector Search #1521

merged 1 commit into from
Nov 1, 2024

Conversation

papafe
Copy link
Contributor

@papafe papafe commented Oct 30, 2024

No description provided.

@papafe papafe requested a review from a team as a code owner October 30, 2024 08:54
@papafe papafe requested review from adelinowona and removed request for a team October 30, 2024 08:54
@@ -584,6 +584,38 @@ public void VectorSearch()
results.Should().OnlyContain(m => m.Score > 0.9);
}

[Fact]
public void VectorSearchExact()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Example taken from our documentation.

Copy link
Contributor

@adelinowona adelinowona left a comment

Choose a reason for hiding this comment

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

I added the atlas search tests to the evergreen patch for this PR.
LGTM if the test passes!

@papafe papafe merged commit 7609432 into mongodb:main Nov 1, 2024
29 checks passed
@papafe papafe deleted the csharp5212 branch November 1, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants