-
Notifications
You must be signed in to change notification settings - Fork 647
feat(storage): implement in memory hnsw builder #21648
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
base: yiming/hummock-flat-index
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
6b6ae10
to
4901f27
Compare
6b09706
to
1cdde0e
Compare
ab5ca20
to
f67b272
Compare
99acaeb
to
624ac0d
Compare
f67b272
to
7b4bed2
Compare
624ac0d
to
9301c64
Compare
7b4bed2
to
929ee4b
Compare
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.
LGTM!
@@ -1 +1 @@ | |||
BUILD_ENV_VERSION=v20250509-1 | |||
BUILD_ENV_VERSION=FAISS-v20250506 |
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.
Is this expected? related to a new image with the new dependencies libblas-dev liblapack-dev libomp-dev
for linear algebra ?
assert_eq!(len, second.0.len()); | ||
let mut sum = 0.0; | ||
let mut start = 0; | ||
let mut end = start + 32; |
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.
Do we need a check to make sure the length of input vec can be divided by 32?
929ee4b
to
60444ef
Compare
e871e22
to
cdcba01
Compare
fa520a8
to
dc2effc
Compare
cdcba01
to
e4c169b
Compare
dc2effc
to
928b966
Compare
e4c169b
to
a1a555d
Compare
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Checklist
Documentation
Release note