Skip to content

Commit

Permalink
pgvector 0.7.3
Browse files Browse the repository at this point in the history
Closes #166.

Signed-off-by: Alexander Bayandin <[email protected]>
  • Loading branch information
bayandin committed Jul 24, 2024
1 parent b4149e5 commit 3eba069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pgvector.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pgvector < Formula
desc "Open-source vector similarity search for Postgres"
homepage "https://github.com/pgvector/pgvector"
url "https://github.com/pgvector/pgvector/archive/refs/tags/v0.7.2.tar.gz"
sha256 "617fba855c9bcb41a2a9bc78a78567fd2e147c72afd5bf9d37b31b9591632b30"
url "https://github.com/pgvector/pgvector/archive/refs/tags/v0.7.3.tar.gz"
sha256 "48d8faa326188bb59e9054f5f77a2a40937e26b8f9a20da4bee54a12bff1e72e"
license "PostgreSQL"

bottle do
Expand Down

0 comments on commit 3eba069

Please sign in to comment.