First version with hannoy

This commit is contained in:
Kerollmops
2025-07-21 11:42:46 +02:00
parent 421a23ee3d
commit 4b7d88e2f4
25 changed files with 384 additions and 358 deletions

View File

@ -87,7 +87,7 @@ rhai = { version = "1.22.2", features = [
"no_time",
"sync",
] }
arroy = "0.6.1"
hannoy = { git = "https://github.com/nnethercott/hannoy", branch = "incremental-indexing" }
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }