-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: kyle-meggs <[email protected]>
Signed-off-by: kyle-meggs <[email protected]>
Signed-off-by: kyle-meggs <[email protected]>
@@ -0,0 +1,154 @@ | |||
--- | |||
RFC: <PR number> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RFC: <PR number> | |
RFC: 8 |
|
||
<br> | ||
|
There was a problem hiding this comment.
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.
<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this was originally a placeholder, can we fill this out with the more up to date information with the proposal?
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.