Skip to content

Commit 0e0fbca

Browse files
authored
Updates for Chatbot Page (#1620)
1 parent ebb4fa7 commit 0e0fbca

File tree

14 files changed

+32
-1723
lines changed

14 files changed

+32
-1723
lines changed

pgml-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ log = "0.4"
2929
markdown = "1.0.0-alpha.14"
3030
num-traits = "0.2"
3131
once_cell = "1.18"
32-
pgml = { path = "../pgml-sdks/pgml/" }
3332
pgml-components = { path = "../packages/pgml-components" }
3433
pgvector = { version = "0.3", features = [ "sqlx", "postgres" ] }
3534
rand = "0.8"
@@ -53,6 +52,7 @@ yaml-rust = "0.4"
5352
zoomies = { git="https://github.com/HyperparamAI/zoomies.git", branch="master" }
5453
ws = { package = "rocket_ws", git = "https://github.com/SergioBenitez/Rocket" }
5554
futures = "0.3.29"
55+
korvus = "1.1.2"
5656

5757
[build-dependencies]
5858
glob = "*"

0 commit comments

Comments
 (0)