Closed zhongzc closed 5 days ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
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
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@waynexia @WenyXu PTAL
Attention: Patch coverage is 93.42105%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 83.76%. Comparing base (
3633f25
) to head (6d5cfee
). Report is 2 commits behind head on main.
🚨 Try these New Features:
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
There are some issues with compiling
simsimd
, so it has been replaced with the more maturenalgebra
for vector calculations.Additionally, handling for potential endianness inconsistencies when converting
Vec<u8>
to vector values has been defensively added.The distance function signature has changed and needs to be updated in the documentation:
vec_*
prefix.f32
.Checklist