ruvector-postgres 0.2.4

High-performance PostgreSQL vector database extension - pgvector drop-in replacement with 53+ SQL functions, SIMD acceleration, hyperbolic embeddings, GNN layers, and self-learning capabilities
1
2
3
4
5
6
7
8
9
# RuVector PostgreSQL Extension
# High-performance vector similarity search - pgvector drop-in replacement

comment = 'RuVector: SIMD-optimized vector similarity search'
default_version = '0.1.0'
module_pathname = '$libdir/ruvector'
relocatable = false
superuser = false
trusted = true