mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-26 07:44:05 +00:00
- Removed 3 unimplemented functions: ruvector_gat_forward, ruvector_message_aggregate, ruvector_gnn_readout - Updated Dockerfile to use pre-built SQL file instead of cargo pgrx schema (which doesn't work reliably in Docker) - SQL function count: 92 → 89 (matching actual library exports) - Extension now loads successfully in PostgreSQL 17 with avx2 SIMD support - Docker image: ruvnet/ruvector-postgres:0.2.4 (477MB) Fixes SQL/library function symbol mismatch that caused "could not find function" errors during extension loading. |
||
|---|---|---|
| .. | ||
| graph_examples.sql | ||
| hnsw_index.sql | ||
| ivfflat_am.sql | ||
| routing_example.sql | ||
| ruvector--0.1.0.sql | ||