Skip to content

RFC for Valkey Vector Search#8

Open
kyle-meggs wants to merge 3 commits into
valkey-io:mainfrom
kyle-meggs:main
Open

RFC for Valkey Vector Search#8
kyle-meggs wants to merge 3 commits into
valkey-io:mainfrom
kyle-meggs:main

Conversation

@kyle-meggs

Copy link
Copy Markdown

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.

Signed-off-by: kyle-meggs <7662500+kyle-meggs@users.noreply.github.com>
Signed-off-by: kyle-meggs <7662500+kyle-meggs@users.noreply.github.com>
Signed-off-by: kyle-meggs <7662500+kyle-meggs@users.noreply.github.com>
Comment thread ValkeyVectorSearch.md
@@ -0,0 +1,154 @@
---
RFC: <PR number>

Copy link
Copy Markdown
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 thread ValkeyVectorSearch.md
Comment on lines +24 to +26

<br>

@zuiderkwast zuiderkwast Oct 2, 2024

Copy link
Copy Markdown
Contributor

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>

@madolson madolson left a comment

Copy link
Copy Markdown
Member

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?

@yairgott yairgott mentioned this pull request Dec 3, 2024
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