From 52fc84dfd03fe9cd0249e4db69ca8f9bd66dbbda Mon Sep 17 00:00:00 2001 From: rUv Date: Tue, 2 Dec 2025 18:06:11 +0000 Subject: [PATCH] docs: Add missing features to comparison table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 6 new rows to competitor comparison: - Attention Mechanisms (39 types, unique to RuVector) - Hyperbolic Embeddings (PoincarΓ© ball, unique) - PostgreSQL Extension (pgvector-compatible, unique) - SIMD Optimization (AVX-512/NEON) - Metadata Filtering (common feature) - Sparse Vectors (BM25/TF-IDF support) πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b76458f1..ae331167 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,12 @@ Production-validated metrics at hyperscale: | **Hyperedges** | βœ… | ❌ | ❌ | ❌ | ❌ | | **Self-Learning (GNN)** | βœ… | ❌ | ❌ | ❌ | ❌ | | **AI Agent Routing** | βœ… Tiny Dancer | ❌ | ❌ | ❌ | ❌ | +| **Attention Mechanisms** | βœ… 39 types | ❌ | ❌ | ❌ | ❌ | +| **Hyperbolic Embeddings** | βœ… PoincarΓ© | ❌ | ❌ | ❌ | ❌ | +| **PostgreSQL Extension** | βœ… pgvector-compatible | ❌ | ❌ | ❌ | ❌ | +| **SIMD Optimization** | βœ… AVX-512/NEON | Partial | βœ… | βœ… | ❌ | +| **Metadata Filtering** | βœ… | βœ… | βœ… | βœ… | βœ… | +| **Sparse Vectors** | βœ… BM25/TF-IDF | βœ… | βœ… | βœ… | ❌ | | **Raft Consensus** | βœ… | ❌ | βœ… | ❌ | ❌ | | **Multi-Master Replication** | βœ… | ❌ | ❌ | βœ… | ❌ | | **Auto-Compression** | βœ… 2-32x | ❌ | ❌ | βœ… | ❌ |