Bump usearch to v2.7.8

This commit is contained in:
Robert Schulze 2024-08-13 10:00:12 +00:00
parent 383d2816e6
commit 88f2d2e67d
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
3 changed files with 3 additions and 3 deletions

2
contrib/SimSIMD vendored

@ -1 +1 @@
Subproject commit c98e4635f3cca9e33918fe1bdca23571162e0c28
Subproject commit 8f2c8881e440a55cfea246996984662623b4d5dd

2
contrib/usearch vendored

@ -1 +1 @@
Subproject commit a7bc711dfb9e5665a1aee89d3a0297a211f2b97d
Subproject commit b58cdb4025b68b55800dcc9f36fa33b43c003a7e

View File

@ -364,7 +364,7 @@ std::vector<size_t> MergeTreeIndexConditionVectorSimilarity::getUsefulRanges(Mer
ProfileEvents::increment(ProfileEvents::USearchSearchVisitedMembers, result.visited_members);
ProfileEvents::increment(ProfileEvents::USearchSearchComputedDistances, result.computed_distances);
std::vector<USearchIndex::key_t> neighbors(result.size()); /// indexes of dots which were closest to the reference vector
std::vector<USearchIndex::vector_key_t> neighbors(result.size()); /// indexes of dots which were closest to the reference vector
std::vector<USearchIndex::distance_t> distances(result.size());
result.dump_to(neighbors.data(), distances.data());