vectorscale
Advanced indexing for vector data with DiskANN
Repository
timescale/pgvectorscale
https://github.com/timescale/pgvectorscale
Source
pgvectorscale-0.9.0.tar.gz
pgvectorscale-0.9.0.tar.gz
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
pgvectorscale | 0.9.0 | RAG | PostgreSQL | Rust |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 1820 | vectorscale | No | Yes | No | Yes | No | No | - |
| Related | vector vector vchord pgcontext vectorize pg_rrf pg_search vchord_bm25 pg_bestmatch pgml pg4ml |
|---|
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.9.0 | 1817161514 | pgvectorscale | vector |
| RPM | PIGSTY | 0.9.0 | 1817161514 | pgvectorscale_$v | pgvector_$v |
| DEB | PIGSTY | 0.9.0 | 1817161514 | postgresql-$v-pgvectorscale | postgresql-$v-pgvector |
Build
You can build the RPM / DEB packages for pgvectorscale using pig build:
Install
You can install pgvectorscale directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Install
pig
dnf
apt
Create Extension:
Usage
vectorscale extends pgvector with the StreamingDiskANN index access method for approximate nearest-neighbor search. The example below creates a vector table, builds a diskann index, and runs a distance-ordered query.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)