-
Notifications
You must be signed in to change notification settings - Fork 647
feat(storage): implement in memory FLAT vector index #21399
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f7db8d8
to
a046af3
Compare
0528339
to
146d3fc
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
|
||
pub fn add<'b>( | ||
&mut self, | ||
vecs: impl IntoIterator<Item = (VectorRef<'b>, &'b [u8])> + 'b, |
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.
Can you elabrate more on what the &'b [u8]
will be used? Is it for attaching some extra metadata/columns for the vector?
a046af3
to
2b690e5
Compare
8f614a0
to
b3e9d11
Compare
2b690e5
to
370226e
Compare
cc91de1
to
99acaeb
Compare
72f171d
to
7842967
Compare
99acaeb
to
624ac0d
Compare
624ac0d
to
9301c64
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