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

RFC for Valkey Vector Search #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

kyle-meggs
Copy link

This proposed Valkey Vector Search module will introduce KNN (“Flat”) and ANN (“HNSW”) vector similarity search algorithms to provide vector search capabilities on both Valkey Cluster and Valkey Standalone. With vector search on Valkey, users can take advantage of low latency in-memory vector search in their familiar Valkey environment.

@@ -0,0 +1,154 @@
---
RFC: <PR number>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
RFC: <PR number>
RFC: 8

Comment on lines +24 to +26

<br>

Copy link
Contributor

@zuiderkwast zuiderkwast Oct 2, 2024

Choose a reason for hiding this comment

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

Please delete these <br>s (not only this one). They make the markdown source code harder to read.

If the spacing between paragraphs looks too small, that depends on the style sheet, but we can live with that.

Suggested change
<br>

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.

3 participants