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 b29606c commit 88e0dc2Copy full SHA for 88e0dc2
pgml-dashboard/Cargo.toml
@@ -29,7 +29,7 @@ log = "0.4"
29
markdown = "1.0.0-alpha.14"
30
num-traits = "0.2"
31
once_cell = "1.18"
32
-pgml = { version = "0.9.4", path = "../pgml-sdks/pgml/" }
+pgml = { version = "0.9.6", path = "../pgml-sdks/pgml/" }
33
pgml-components = { path = "../packages/pgml-components" }
34
pgvector = { version = "0.2.2", features = [ "sqlx", "postgres" ] }
35
rand = "0.8"
0 commit comments