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 float64 support for redis vector search. #8847

Merged

Conversation

westey-m
Copy link
Contributor

Motivation and Context

Redis supports float64 for vector storage, and the Redis connectors were supporting this as well, but not for search.

Description

  • Adding float64 support for Redis vector search with tests.
  • Changed from suing name to fullname for outputting the vector type name since name doesn't include the generic type.

#8846

Contribution Checklist

@westey-m westey-m requested a review from a team as a code owner September 17, 2024 14:10
@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 17, 2024
@github-actions github-actions bot changed the title Add float64 support for redis vector search. .Net: Add float64 support for redis vector search. Sep 17, 2024
@westey-m westey-m merged commit 434498a into microsoft:feature-vector-search Sep 17, 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.

4 participants