From 929c5ccfa118c57cefa4151b34561b3b8ea06dee Mon Sep 17 00:00:00 2001 From: rUv Date: Fri, 27 Feb 2026 03:59:09 +0000 Subject: [PATCH] docs: make main comparison table collapsible Wrap the RuVector vs Typical Vector DB table in a
toggle to reduce visual noise on page load. Co-Authored-By: claude-flow --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad6609731..cb318faad 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ User Query → [SONA Engine] → Model Response → User Feedback (< 1ms adaptation) ``` +
+🔍 RuVector vs Typical Vector Databases (20 differences) + | | RuVector | Typical Vector DB | |---|---|---| | **Self-Learning & Optimization** | | | @@ -55,6 +58,8 @@ User Query → [SONA Engine] → Model Response → User Feedback | [Post-quantum crypto](./crates/rvf/rvf-crypto) | 🛡️ ML-DSA-65 and Ed25519 signatures on every segment | Not available | | Cost | 💰 Free forever — open source (MIT) | Per-query or per-vector pricing | +
+
📋 See Full Capabilities (75 features across 10 categories)