ruvector/examples
Claude 5d0fa11ac9
fix(exo-ai): Fix all tests and add performance benchmarks
- Fix Kyber-1024 key size constants (1568 bytes public key, 3168 secret)
- Fix causal_query test with proper salience threshold and timestamp
- Add comprehensive performance benchmark suite:
  - Landauer tracking: 10 ns/operation
  - Kyber-1024: 124 µs keygen, 59 µs encap, 24 µs decap
  - IIT Phi calculation: 412 µs (avg Phi: 0.4122)
  - Temporal Memory: 29 µs insert, 3 ms search
- Update README with 8/8 crates passing validation status
- All 209+ tests now pass
2025-11-29 02:53:16 +00:00
..
agentic-jujutsu feat: Add comprehensive agentic-jujutsu integration examples and tests 2025-11-22 03:12:31 +00:00
exo-ai-2025 fix(exo-ai): Fix all tests and add performance benchmarks 2025-11-29 02:53:16 +00:00
graph feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
nodejs feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
refrag-pipeline feat: Add REFRAG pipeline example demonstrating 30x RAG latency reduction 2025-11-27 20:59:23 +00:00
rust feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
wasm-react feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
wasm-vanilla feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
advanced_features.rs feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
agenticdb_demo.rs feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
gnn_example.rs feat: Add ruvector-gnn crate with GNN, compression, WASM and Node.js bindings 2025-11-26 04:50:36 +00:00
graph-cli-usage.md feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
graph_wasm_usage.html feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00