Switch to hannoy with support for deletions

This commit is contained in:
Clément Renault
2025-08-07 12:03:24 +02:00
committed by Louis Dureuil
parent 6d92c94bb3
commit 52d55ccd8e
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -2604,7 +2604,7 @@ dependencies = [
[[package]]
name = "hannoy"
version = "0.0.2"
source = "git+https://github.com/nnethercott/hannoy?rev=cab22c0#cab22c01dce4c825ae4d0d8824ba51ed4cef57e1"
source = "git+https://github.com/nnethercott/hannoy?branch=main#93a24c4cdf712152c90d27a2898715f22942c35c"
dependencies = [
"bytemuck",
"byteorder",
@ -2616,6 +2616,7 @@ dependencies = [
"rand 0.8.5",
"rayon",
"roaring",
"rustc-hash 2.1.1",
"thiserror 2.0.12",
"tinyvec",
"tracing",