ruvector/crates
rUv f08ea45d04 docs(postgres): Add comprehensive integration plans for advanced features
Add detailed implementation, optimization, and benchmarking plans for:

1. Self-Learning / ReasoningBank
   - Trajectory tracking, verdict judgment, memory distillation
   - Adaptive search parameter optimization

2. Attention Mechanisms (39 types)
   - Core: Scaled dot-product, multi-head, Flash v2, linear
   - Graph: GAT, GATv2, sparse patterns
   - Specialized: MoE, cross-attention, sliding window
   - Hyperbolic: Poincaré, Lorentz attention

3. GNN Layers
   - GCN, GraphSAGE, GAT, GIN layers
   - Message passing framework
   - PostgreSQL graph storage integration

4. Hyperbolic Embeddings
   - Poincaré ball and Lorentz models
   - Möbius operations, exp/log maps
   - Hyperbolic HNSW index

5. Sparse Vectors
   - COO/CSR formats, SPLADE support
   - Inverted index, WAND algorithm
   - Hybrid dense+sparse search

6. Graph Operations & Cypher
   - Full Cypher query language support
   - Property graph storage
   - Vector-enhanced traversals
   - Graph algorithms (PageRank, community detection)

7. Tiny Dancer Routing
   - FastGRNN neural inference
   - Semantic route matching
   - Cost/latency optimization
   - Agent registry and pool management

8. Optimization Strategy
   - SIMD dispatch (AVX-512/AVX2/NEON)
   - Zero-copy operations, memory pools
   - Query plan caching, parallel execution
   - PostgreSQL-specific tuning

9. Benchmarking Plan
   - Micro-benchmarks for all operations
   - Competitor comparison methodology
   - Stress testing and recall analysis
   - CI/CD integration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 19:15:20 +00:00
..
micro-hnsw-wasm docs: Update Micro HNSW README for version 2.2, correcting size and removing v2.3 features 2025-12-02 18:26:46 +00:00
profiling Reorganize repository structure 2025-11-19 20:53:37 +00:00
ruvector-attention feat: Add attention mechanisms documentation and fix CLI bugs 2025-12-01 15:41:17 +00:00
ruvector-attention-cli fix: Fix PQ integration test failures and add v0.1.18 release 2025-11-30 20:45:43 +00:00
ruvector-attention-node feat: Export all 39 attention mechanisms and utilities 2025-11-30 22:23:21 +00:00
ruvector-attention-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-bench chore: Update workspace version to 0.1.2 and simplify CI workflow 2025-11-26 17:43:34 +00:00
ruvector-cli feat(gnn): Add persistent GNN layer caching for 250-500x performance improvement 2025-11-27 21:18:26 +00:00
ruvector-cluster feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-collections docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-core fix: Fix PQ integration test failures and add v0.1.18 release 2025-11-30 20:45:43 +00:00
ruvector-filter docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-gnn chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-gnn-node feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
ruvector-gnn-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-graph chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-graph-node feat: Add persistence support and Cypher queries to @ruvector/graph-node 2025-11-27 04:26:50 +00:00
ruvector-graph-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-metrics docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-node fix: Fix PQ integration test failures and add v0.1.18 release 2025-11-30 20:45:43 +00:00
ruvector-postgres docs(postgres): Add comprehensive integration plans for advanced features 2025-12-02 19:15:20 +00:00
ruvector-raft docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-replication docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-router-cli chore: Update workspace version to 0.1.2 and simplify CI workflow 2025-11-26 17:43:34 +00:00
ruvector-router-core chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-router-ffi chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00
ruvector-router-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-server feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-snapshot docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-tiny-dancer-core chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-tiny-dancer-node chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00
ruvector-tiny-dancer-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-wasm chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00