ruvector/crates/ruvector-postgres/src/learning
rUv ee40332ce1 fix(postgres): Resolve compilation errors and Docker build issues
- Fix simsimd Option/Result type mismatch in scaled_dot.rs
- Fix f32/f64 type conversions in poincare.rs and lorentz.rs
- Fix AVX512 missing wrapper functions by using AVX2 fallback
- Fix Vec<Vec<f32>> to JsonB for pgrx pg_extern compatibility
- Fix DashMap get() to get_mut() for mutable access
- Fix router.rs dereference for best_score comparison
- Update Dockerfile to copy pre-written SQL file for pgrx
- Simplify init.sql to use correct function names
- Add postgres-cli npm package for CLI tooling

All changes tested successfully in Docker with:
- Extension loads with AVX2 SIMD support (8 floats/op)
- Distance functions verified working
- PostgreSQL 16 container runs successfully

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 01:17:50 +00:00
..
mod.rs feat(postgres): Add 7 advanced AI modules to ruvector-postgres 2025-12-02 20:12:48 +00:00
operators.rs fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
optimizer.rs feat(postgres): Add 7 advanced AI modules to ruvector-postgres 2025-12-02 20:12:48 +00:00
patterns.rs feat(postgres): Add 7 advanced AI modules to ruvector-postgres 2025-12-02 20:12:48 +00:00
reasoning_bank.rs fix(postgres): Resolve compilation errors and Docker build issues 2025-12-03 01:17:50 +00:00
trajectory.rs feat(postgres): Add 7 advanced AI modules to ruvector-postgres 2025-12-02 20:12:48 +00:00