ruvector/crates/ruvector-postgres/src
rUv 28c9c34084 feat(ruvector): Add core TypeScript wrappers and services
- Add AgentDB fast vector operations with HNSW indexing
- Add attention mechanism fallbacks for CPU/GPU compatibility
- Add GNN wrapper for graph neural network operations
- Add SONA wrapper for federated learning integration
- Add embedding service for unified vector embeddings
- Update package versions across workspace
- Improve SIMD distance calculations in postgres crate

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 18:09:51 +00:00
..
attention fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
bin feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
distance feat(ruvector): Add core TypeScript wrappers and services 2025-12-03 18:09:51 +00:00
gnn fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
graph fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
hyperbolic fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
index feat(postgres): Enable HNSW access method for CREATE INDEX ... USING hnsw 2025-12-03 15:56:11 +00:00
learning fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
quantization feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
routing fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
sparse fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
types fix(postgres): HNSW performance and robustness improvements 2025-12-03 06:09:38 +00:00
lib.rs feat(postgres): Add 7 advanced AI modules to ruvector-postgres 2025-12-02 20:12:48 +00:00
operators.rs feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00