ruvector/crates/ruvector-postgres/sql
rUv e9877759d9 feat(postgres): Add HNSW index and embedding functions (v0.2.6)
- Added HNSW access method handler and operator classes
- Added 10 embedding generation functions (ruvector_embed, etc.)
- Removed IVFFlat references (not yet implemented)
- Updated SQL schema from 89 to 100 functions
- Fixed 'could not find function' errors on extension load

Fixes: HNSW index support, embedding generation availability
2025-12-09 16:05:22 +00:00
..
access_methods.sql feat(postgres): Add HNSW index and embedding functions (v0.2.6) 2025-12-09 16:05:22 +00:00
embeddings.sql feat(postgres): Add HNSW index and embedding functions (v0.2.6) 2025-12-09 16:05:22 +00:00
graph_examples.sql feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
hnsw_index.sql feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
ivfflat_am.sql feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
routing_example.sql feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
ruvector--0.1.0.sql feat(postgres): Add HNSW index and embedding functions (v0.2.6) 2025-12-09 16:05:22 +00:00