Port details |
- pg_vector PostgreSQL extension for vector similarity search
- v0.6.0 databases
=0 v0.6.0Version of this port present on the latest quarterly branch.
- Maintainer: tz@FreeBSD.org
- Port Added: 2023-11-05 00:30:07
- Last Update: 2024-02-06 20:31:13
- Commit Hash: 65494ca
- License: BSD2CLAUSE
- WWW:
- https://github.com/pgvector/pgvector/
- Description:
- Open-source vector similarity search for Postgres
Store your vectors with the rest of your data. Supports:
* exact and approximate nearest neighbor search
* L2 distance, inner product, and cosine distance
* any language with a Postgres client
Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great
features of Postgres
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postgresql15-pg_vector>0:databases/pg_vector
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql15-pg_vector
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707080880
SHA256 (pgvector-pgvector-v0.6.0_GH0.tar.gz) = b0cf4ba1ab016335ac8fb1cada0d2106235889a194fffeece217c5bda90b2f19
SIZE (pgvector-pgvector-v0.6.0_GH0.tar.gz) = 80110
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- postgres : databases/postgresql15-server
- Runtime dependencies:
-
- postgres : databases/postgresql15-server
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_pg_vector
- USES:
- gmake pgsql:12+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
v0.6.0 06 Feb 2024 20:31:13 |
Torsten Zuehlsdorff (tz) |
databases/pg_vector: Rename to match upstream and fix license
Also split DISTVERSION into PORTVERSION and DISTVERSIONPREFIX
PR: 276846
Reported by: Andrew Kane <andrew@ankane.org> |
v0.6.0 05 Feb 2024 09:07:54 |
Torsten Zuehlsdorff (tz) |
databases/pg_vector: Update from 0.5.1 to 0.6.0
Changelog:
* Changed storage for vector from extended to external
* Added support for parallel index builds for HNSW
* Added validation for GUC parameters
* Improved performance of HNSW
* Reduced memory usage for HNSW index builds
* Reduced WAL generation for HNSW index builds
* Fixed error with logical replication
* Fixed invalid memory alloc request size error with HNSW index builds
* Moved Docker image to pgvector org
* Added Docker tags for each supported version of Postgres
* Dropped support for Postgres 11
PR: 276771
Reported by: wen |
v0.5.1 05 Nov 2023 00:26:37 |
Torsten Zuehlsdorff (tz) |
databases/pg_vector: New port
Open-source vector similarity search for Postgres
Store your vectors with the rest of your data. Supports:
* exact and approximate nearest neighbor search
* L2 distance, inner product, and cosine distance
* any language with a Postgres client
Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great
features of Postgres
Sponsored by: P. Variablis GmbH |
Number of commits found: 3
|