mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 04:27:11 +00:00
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>
10 lines
435 B
Text
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
|