We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123af34 commit 5f51d5cCopy full SHA for 5f51d5c
examples/hybrid_search/Cargo.toml
@@ -5,9 +5,9 @@ edition = "2021"
5
publish = false
6
7
[dependencies]
8
-candle-core = "0.8"
9
-candle-nn = "0.8"
10
-candle-transformers = "0.8"
+candle-core = "0.9"
+candle-nn = "0.9"
+candle-transformers = "0.9"
11
hf-hub = "0.4"
12
pgvector = { path = "../..", features = ["postgres"] }
13
postgres = "0.19"
0 commit comments