jina-ai / annlite

⚡ A fast embedded library for approximate nearest neighbor search
Apache License 2.0
216 stars 22 forks source link

fix: pq-hnsw #181

Closed numb3r3 closed 2 years ago

numb3r3 commented 2 years ago

THIS PR ONLY FOR TEST

codecov[bot] commented 2 years ago

Codecov Report

Merging #181 (b5466e0) into main (e8c5990) will increase coverage by 4.89%. The diff coverage is 95.83%.

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
+ Coverage   76.84%   81.74%   +4.89%     
==========================================
  Files          20       20              
  Lines        1153     1172      +19     
==========================================
+ Hits          886      958      +72     
+ Misses        267      214      -53     
Flag Coverage Δ
annlite 81.74% <95.83%> (+4.89%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
annlite/core/codec/pq.py 89.71% <93.75%> (+3.85%) :arrow_up:
annlite/core/index/hnsw/index.py 92.52% <100.00%> (+2.23%) :arrow_up:
annlite/math.py 75.75% <0.00%> (+33.33%) :arrow_up:
annlite/profile.py 37.50% <0.00%> (+37.50%) :arrow_up:
annlite/core/index/flat_index.py 48.83% <0.00%> (+48.83%) :arrow_up:
annlite/core/index/pq_index.py 100.00% <0.00%> (+100.00%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.