Skip to content

[8.0] Raw vectors data layer in HNSW + move to base class [MOD-7496] #574

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

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

github-actions[bot]
Copy link

Description

Backport of #523 to 8.0.

* use data blocks container in HNSW + adjust tests

* Move vectors raw data to base class

* fix for test serialization

* fix test to be safe with parallel insertions

* try lock only for get next results in batch iterator in bindings

* todo

* remove alignment from base index class + move vector allocation and destruction to base

* Add serializer version that does not persist blocks (to be used in the future for other raw data layers)

* Add test to cover old serialization version + small improvements

* fix test

* fix test for cov

(cherry picked from commit 1e55ba7)
@GuyAv46 GuyAv46 marked this pull request as draft December 19, 2024 14:14
@GuyAv46 GuyAv46 marked this pull request as ready for review December 19, 2024 14:14
@GuyAv46 GuyAv46 requested a review from alonre24 December 19, 2024 14:14
@alonre24 alonre24 enabled auto-merge December 19, 2024 14:31
@alonre24 alonre24 added this pull request to the merge queue Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (882c06f) to head (3f14c02).
Report is 1 commits behind head on 8.0.

Additional details and impacted files
@@           Coverage Diff           @@
##              8.0     #574   +/-   ##
=======================================
  Coverage   96.97%   96.98%           
=======================================
  Files         100      100           
  Lines        5297     5305    +8     
=======================================
+ Hits         5137     5145    +8     
  Misses        160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into 8.0 with commit dd6b1e9 Dec 19, 2024
14 checks passed
@alonre24 alonre24 deleted the backport-523-to-8.0 branch December 19, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant