Skip to content

Conversation

@yi-xmu
Copy link
Collaborator

@yi-xmu yi-xmu commented Oct 30, 2025

No description provided.

@yi-xmu yi-xmu self-assigned this Oct 30, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 30, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • vector

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch vector_index_interface_update

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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;

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)

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

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]

@yi-xmu yi-xmu force-pushed the vector_index_interface_update branch from f7f97d7 to 378bf77 Compare November 7, 2025 06:05
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.

2 participants