🌐 AI搜索 & 代理 主页
Skip to content

Commit b47dc45

Browse files
committed
Massive updates to structure and renaming of pgml-macros
1 parent f9a1ce2 commit b47dc45

File tree

96 files changed

+1497
-4255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1497
-4255
lines changed
Lines changed: 26 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
name = "pgml"
33
version = "0.9.0"
44
edition = "2021"
5+
authors = ["PosgresML <team@postgresml.org>"]
6+
homepage = "https://postgresml.org/"
7+
repository = ""
8+
license = "MIT"
9+
keywords = ["postgres", "machine learning", "vector databases", "embeddings"]
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712
[lib]
813
name = "pgml"
914
crate-type = ["lib", "cdylib"]
1015

1116
[dependencies]
12-
pgml-macros = {path = "../pgml-macros"}
17+
rust_bridge = {path = "../rust-bridge/rust-bridge", version = "0.1.0"}
1318
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "json", "time", "uuid", "chrono"] }
1419
serde_json = "1.0.9"
1520
anyhow = "1.0.9"

pgml-sdks/rust/pgml/javascript/examples/extractive_question_answering.js renamed to pgml-sdks/pgml/javascript/examples/extractive_question_answering.js

File renamed without changes.

0 commit comments

Comments
 (0)