From 08b450152c2be731b33a23b747d6da6edf99874b Mon Sep 17 00:00:00 2001 From: SilasMarvin <19626586+SilasMarvin@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:52:55 -0700 Subject: [PATCH 1/2] Removed invalid keyword --- pgml-sdks/pgml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-sdks/pgml/Cargo.toml b/pgml-sdks/pgml/Cargo.toml index 66a14a71d..389d34b19 100644 --- a/pgml-sdks/pgml/Cargo.toml +++ b/pgml-sdks/pgml/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://postgresml.org/" repository = "https://github.com/postgresml/postgresml" license = "MIT" description = "The official pgml Rust SDK" -keywords = ["postgres", "machine learning", "vector databases", "embeddings"] +keywords = ["postgres", "vector databases", "embeddings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] From 454ac55d3565fc1a76bf527d94b3d4037455351e Mon Sep 17 00:00:00 2001 From: SilasMarvin <19626586+SilasMarvin@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:53:40 -0700 Subject: [PATCH 2/2] Removed invalid keyword --- pgml-sdks/pgml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-sdks/pgml/Cargo.toml b/pgml-sdks/pgml/Cargo.toml index 389d34b19..7a5dc53d8 100644 --- a/pgml-sdks/pgml/Cargo.toml +++ b/pgml-sdks/pgml/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://postgresml.org/" repository = "https://github.com/postgresml/postgresml" license = "MIT" description = "The official pgml Rust SDK" -keywords = ["postgres", "vector databases", "embeddings"] +keywords = ["postgres", "embeddings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]