-
Notifications
You must be signed in to change notification settings - Fork 0
update vector index (hnsw) #40
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: json_parse_funcs
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| uint64_t id) override; | ||
| IndexOpResult get(uint64_t id, std::vector<float> &vector) override; | ||
| const VectorId &id) override; | ||
| IndexOpResult get(const VectorId &id, std::vector<float> &vector) override; |
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.
[cpplint] reported by reviewdog 🐶
Add #include for vector<> [build/include_what_you_use] [4]
| */ | ||
| IndexOpResult HNSWVectorIndex::get(uint64_t id, std::vector<float> &vector) | ||
| IndexOpResult HNSWVectorIndex::get(const VectorId &id, | ||
| std::vector<float> &vector) |
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.
[cpplint] reported by reviewdog 🐶
Add #include for vector<> [build/include_what_you_use] [4]
| v = *v_ptr; | ||
| return v; | ||
| } | ||
| } // namespace unum::usearch |
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.
[cpplint] reported by reviewdog 🐶
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
5a22544 to
16f7abf
Compare
9da6cfc to
f7f97d7
Compare
16f7abf to
0959153
Compare
f7f97d7 to
378bf77
Compare
No description provided.