mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-06-01 14:39:33 +00:00
docs: make main comparison table collapsible
Wrap the RuVector vs Typical Vector DB table in a <details> toggle to reduce visual noise on page load. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
0ee841d642
commit
929c5ccfa1
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ User Query → [SONA Engine] → Model Response → User Feedback
|
|||
(< 1ms adaptation)
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>🔍 RuVector vs Typical Vector Databases (20 differences)</summary>
|
||||
|
||||
| | 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 |
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>📋 See Full Capabilities (75 features across 10 categories)</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue