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

.Net: Add qdrant vector search implementation. #8508

Conversation

westey-m
Copy link
Contributor

@westey-m westey-m commented Sep 4, 2024

Motivation and Context

As part of the work on vector storage we have to add vector search capabilities for each implementation.

Description

  1. Adding vector search for Qdrant.
  2. Note that for now, the search interface is implemented directly by the collection, but in future it should be part of the collection interface. I'm doing it this way so that each implementation can be added one by one, and once all have been implemented, we can make the switch.

Contribution Checklist

@westey-m westey-m requested a review from a team as a code owner September 4, 2024 09:59
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Sep 4, 2024
@github-actions github-actions bot changed the title Add qdrant vector search implementation. .Net: Add qdrant vector search implementation. Sep 4, 2024
@westey-m westey-m merged commit 7836721 into microsoft:feature-vector-search Sep 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants