mirror of
https://github.com/SilasMarvin/lsp-ai.git
synced 2025-12-19 07:24:24 +01:00
Add PGML remove submodules
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "submodules/postgresml"]
|
|
||||||
path = submodules/postgresml
|
|
||||||
url = https://github.com/postgresml/postgresml
|
|
||||||
@@ -27,7 +27,7 @@ tracing = "0.1.40"
|
|||||||
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
||||||
reqwest = { version = "0.11.25", features = ["blocking", "json"] }
|
reqwest = { version = "0.11.25", features = ["blocking", "json"] }
|
||||||
ignore = "0.4.22"
|
ignore = "0.4.22"
|
||||||
pgml = { path = "submodules/postgresml/pgml-sdks/pgml" }
|
pgml = "1.0.4"
|
||||||
tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] }
|
tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] }
|
||||||
indexmap = "2.2.5"
|
indexmap = "2.2.5"
|
||||||
async-trait = "0.1.78"
|
async-trait = "0.1.78"
|
||||||
|
|||||||
Submodule submodules/postgresml deleted from 47610cb174
Reference in New Issue
Block a user