Skip to content

Commit a42f7fe

Browse files
committed
deps: bump sqlitegraph 3.0.3 -> 3.2.5
Picks up HNSW performance fixes: - Incremental persist_topology (3.2.4) - search_layer_fn eliminating vector clone storm (3.2.5)
1 parent 2a2b8fa commit a42f7fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rusqlite = { version = "0.31", features = ["bundled"] }
3131
magellan = { version = "4.2.0", default-features = false, features = ["sqlite-backend"] }
3232

3333
# sqlitegraph for GraphBackend trait
34-
sqlitegraph = { version = "3.0.3", default-features = false, features = ["sqlite-backend"] }
34+
sqlitegraph = { version = "3.2.5", default-features = false, features = ["sqlite-backend"] }
3535

3636
# Serialization
3737
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)