forked from pgvector/pgvector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v0.7.2' into update_pg_vector
- Loading branch information
Showing
130 changed files
with
19,258 additions
and
1,426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "vector", | ||
"abstract": "Open-source vector similarity search for Postgres", | ||
"description": "Supports L2 distance, inner product, and cosine distance", | ||
"version": "0.4.0", | ||
"version": "0.7.2", | ||
"maintainer": [ | ||
"Andrew Kane <[email protected]>" | ||
], | ||
|
@@ -12,15 +12,15 @@ | |
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"PostgreSQL": "11.0.0" | ||
"PostgreSQL": "12.0.0" | ||
} | ||
} | ||
}, | ||
"provides": { | ||
"vector": { | ||
"file": "sql/vector.sql", | ||
"docfile": "README.md", | ||
"version": "0.4.0", | ||
"version": "0.7.2", | ||
"abstract": "Open-source vector similarity search for Postgres" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.