ruvector/crates/ruvector-postgres/ruvector.control
rUv 4d02cc2234 feat: add 43 new SQL functions in ruvector-postgres v0.3.0 (ADR-044)
Integrate 5 workspace crates (ruvector-solver, ruvector-math,
ruvector-attention, sona, ruvector-domain-expansion) as 6 feature-gated
modules exposing solver, math distances, TDA, extended attention, Sona
learning, and domain expansion — bringing total to 143 SQL functions.
Docker image verified with all functions passing.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-21 20:38:43 +00:00

10 lines
435 B
Text

# RuVector PostgreSQL Extension v2
# High-performance vector similarity search - pgvector drop-in replacement
# Features: 230+ SQL functions, Flash Attention, GNN, hybrid search, multi-tenancy, self-healing
comment = 'RuVector v0.3: SIMD-optimized vector similarity search with solver, math, TDA, and AI capabilities'
default_version = '0.3.0'
module_pathname = '$libdir/ruvector'
relocatable = false
superuser = false
trusted = true