Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite91273c

Browse files
committed
Massive updates to structure and renaming of pgml-macros
1 parent39695fb commite91273c

File tree

94 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.

94 files changed

+1497
-4255
lines changed
File renamed without changes.
File renamed without changes.

‎pgml-sdks/rust/pgml/Cargo.lock‎renamed to ‎pgml-sdks/pgml/Cargo.lock‎

Lines changed: 26 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pgml-sdks/rust/pgml/Cargo.toml‎renamed to ‎pgml-sdks/pgml/Cargo.toml‎

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"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp