vectorscale
Advanced indexing for vector data with DiskANN
pgvectorscale : Advanced indexing for vector data with DiskANN
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 1820 | vectorscale | pgvectorscale | 0.9.0 |
RAG | PostgreSQL | Rust |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Requires | vector |
| See Also | vector vchord pgcontext vectorize pg_rrf pg_search vchord_bm25 pg_bestmatch pgml pg4ml |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.9.0 |
18 17 16 15 14 | pgvectorscale |
vector |
| RPM | PIGSTY | 0.9.0 |
18 17 16 15 14 | pgvectorscale_$v |
pgvector_$v |
| DEB | PIGSTY | 0.9.0 |
18 17 16 15 14 | postgresql-$v-pgvectorscale |
postgresql-$v-pgvector |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| el8.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| el9.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| el9.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| el10.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| el10.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| d12.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| d12.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| d13.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| d13.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u22.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u22.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u24.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u24.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u26.x86_64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
| u26.aarch64 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 | PIGSTY 0.9.0 |
Source
github.com/timescale/pgvectorscale
pgvectorscale-0.9.0.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Create this extension with:
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.