Update Arroy v0.6.2

The new version of arroy contains a search optimization when there is few input candidates compared to the number of documents in the database
This commit is contained in:
ManyTheFish
2025-08-21 09:37:17 +02:00
parent 795045c03a
commit 0a86b1e11e
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ rhai = { version = "1.22.2", features = [
"no_time",
"sync",
] }
arroy = "0.6.1"
arroy = "0.6.2"
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }