ruvector/npm/packages/postgres-cli/src
rUv 0e5956fb83 feat(postgres): Export ruvector_* attention functions and fix CLI
Rust Extension (0.2.4):
- Add `pub` visibility to all pg_extern functions in attention/operators.rs
- Functions now exported: ruvector_attention_score, ruvector_softmax,
  ruvector_multi_head_attention, ruvector_flash_attention,
  ruvector_attention_types, ruvector_attention_scores

CLI (0.2.3):
- Update computeAttention to use actual extension functions:
  attention_score, attention_softmax, attention_weighted_add
- Simplify listAttentionTypes to show actually supported patterns
- Full attention computation now works against live PostgreSQL

The extension provides both primitive functions (attention_*) and
advanced functions (ruvector_*) for different use cases.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 17:19:52 +00:00
..
commands feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
cli.ts feat(postgres-cli): Add dynamic version and optimized benchmarks 2025-12-06 17:08:54 +00:00
client.ts feat(postgres): Export ruvector_* attention functions and fix CLI 2025-12-06 17:19:52 +00:00
index.ts feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00