Skip to content

Commit

Permalink
pgvector 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 6, 2024
1 parent ae1b999 commit ea3fc3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.tar.gz"
sha256 "0341edf89b1924ae0d552f617e14fb7f8867c0194ed775bcc44fa40288642583"
url "https://github.com/pgvector/pgvector/archive/refs/tags/v0.8.0.tar.gz"
sha256 "867a2c328d4928a5a9d6f052cd3bc78c7d60228a9b914ad32aa3db88e9de27b0"
license "PostgreSQL"

bottle do
Expand All @@ -21,7 +21,7 @@ def neon_postgres
end

def pg_versions
neon_postgres.pg_versions
neon_postgres.pg_versions(with: "v17")
end

def install
Expand Down

0 comments on commit ea3fc3a

Please sign in to comment.