lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.47k stars 180 forks source link

chore: add HNSW stats #2310

Closed BubbleCal closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.00000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 80.66%. Comparing base (1e9414b) to head (401308f). Report is 5 commits behind head on main.

Files Patch % Lines
rust/lance-index/src/vector/hnsw.rs 73.68% 5 Missing :warning:
rust/lance-index/src/vector/graph/builder.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2310 +/- ## ========================================== - Coverage 80.66% 80.66% -0.01% ========================================== Files 191 191 Lines 56421 56446 +25 Branches 56421 56446 +25 ========================================== + Hits 45512 45531 +19 - Misses 8362 8368 +6 Partials 2547 2547 ``` | [Flag](https://app.codecov.io/gh/lancedb/lance/pull/2310/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/lancedb/lance/pull/2310/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb) | `80.66% <70.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.