ruvector/benchmarks
rUv cce57de0f4 fix: Address code review issues from gist analysis
## Fixes Applied

### 1. Fabricated Benchmarks
- Rewrote docs/benchmarks/BENCHMARK_COMPARISON.md - removed false "100-4,400x faster" claims
- Fixed benchmarks/graph/src/comparison-runner.ts - removed hardcoded latency multipliers
- Fixed benchmarks/src/results-analyzer.ts - removed simulated histogram data

### 2. Fake Text Embeddings
- Added prominent warnings to agenticdb.rs about hash-based placeholder
- Added compile-time deprecation warning in lib.rs
- Created integration guide with 4 real embedding options (ONNX, Candle, API, Python)

### 3. Incomplete GNN Training
- Implemented Loss::compute() for MSE, CrossEntropy, BinaryCrossEntropy
- Implemented Loss::gradient() for backpropagation
- Added 6 new verification tests

### 4. Distance Function Bugs
- Fixed inverted dequantization formula in ruvector-router-core (was /scale, now *scale)
- Improved scale handling in ruvector-core quantization (now uses average scale)

### 5. Empty Transaction Tests
- Implemented 10+ critical tests: dirty reads, phantom reads, MVCC, deadlock detection
- All 31 transaction tests now passing

Addresses issues from: https://gist.github.com/couzic/93126a1c12b8d77651f93a7805b4bd60

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 00:49:48 +00:00
..
docs docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
graph fix: Address code review issues from gist analysis 2025-12-09 00:49:48 +00:00
src fix: Address code review issues from gist analysis 2025-12-09 00:49:48 +00:00
.dockerignore Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00
.gitignore Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00
Dockerfile Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00
package.json feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
setup.sh Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00
visualization-dashboard.html Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00