From c1986d0d59632205dab7e4f88e5c54df506dfbf5 Mon Sep 17 00:00:00 2001 From: usamoi Date: Tue, 10 Dec 2024 11:15:26 +0800 Subject: [PATCH] stop use a fork of pgvector.rs Signed-off-by: usamoi --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e3801f..a49b920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "base" version = "0.0.0" -source = "git+https://github.com/usamoi/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" +source = "git+https://github.com/tensorchord/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" dependencies = [ "base_macros", "detect", @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "base_macros" version = "0.0.0" -source = "git+https://github.com/usamoi/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" +source = "git+https://github.com/tensorchord/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" dependencies = [ "proc-macro2", "quote", @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "detect" version = "0.0.0" -source = "git+https://github.com/usamoi/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" +source = "git+https://github.com/tensorchord/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" dependencies = [ "detect_macros", ] @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "detect_macros" version = "0.0.0" -source = "git+https://github.com/usamoi/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" +source = "git+https://github.com/tensorchord/pgvecto.rs.git?rev=c911e8a476effaf05cd4b1a037826b100177bdad#c911e8a476effaf05cd4b1a037826b100177bdad" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 19ff324..59b5465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pg16 = ["pgrx/pg16", "pgrx-catalog/pg16"] pg17 = ["pgrx/pg17", "pgrx-catalog/pg17"] [dependencies] -base = { git = "https://github.com/usamoi/pgvecto.rs.git", rev = "c911e8a476effaf05cd4b1a037826b100177bdad" } +base = { git = "https://github.com/tensorchord/pgvecto.rs.git", rev = "c911e8a476effaf05cd4b1a037826b100177bdad" } # lock algebra version forever so that the QR decomposition never changes for same input nalgebra = "=0.33.0"