Skip to content

Commit

Permalink
stop use a fork of pgvector.rs
Browse files Browse the repository at this point in the history
Signed-off-by: usamoi <[email protected]>
  • Loading branch information
usamoi committed Dec 10, 2024
1 parent d8084e1 commit c1986d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1986d0

Please sign in to comment.