ruvector/.claude
Reuven ff70a98ec6 perf(brain): pre-normalized embeddings + gzip compression
Search-path optimization:
- normalize_embedding() L2-normalizes on write and on Firestore ingest
- cosine_similarity_normalized() is pure dot product (no norm computation)
- search_memories() normalizes query once, uses fast dot for all comparisons
- Stored memories migrated in-place during hydration

Network optimization:
- tower-http compression-gzip feature enabled
- CompressionLayer applied to all responses
- JSON compresses 5-10x, saves ~100-200ms on return path

Expected: search 771ms → ~475ms (38% improvement)
Server compute: ~67ms → ~25ms (3x via pre-normalization)
Network: ~600ms → ~450ms (25% via gzip)

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-13 18:38:13 -04:00
..
agents chore: update agent configs, helpers, and ruvector package 2026-03-18 10:33:41 -04:00
commands feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
helpers chore: update agent configs, helpers, and ruvector package 2026-03-18 10:33:41 -04:00
hooks Feat/ruvector postgres v2 (#82) 2025-12-25 17:02:55 -05:00
intelligence docs: update CLAUDE.md with RuVector hooks config, add hooks to npm README 2025-12-29 22:31:11 +00:00
skills chore: update agent configs, helpers, and ruvector package 2026-03-18 10:33:41 -04:00
agentic-flow-fast.sh feat: comprehensive ruvector updates - analysis, workers, dashboard enhancements 2026-01-02 14:43:06 +00:00
ruvector-fast.sh feat: comprehensive ruvector updates - analysis, workers, dashboard enhancements 2026-01-02 14:43:06 +00:00
scheduled_tasks.lock perf(brain): pre-normalized embeddings + gzip compression 2026-04-13 18:38:13 -04:00
settings.json feat: auto-share session summaries and commits to pi.ruv.io brain 2026-03-23 20:51:01 +00:00
statusline-command.sh Add integration tests for ruvector-learning-wasm and ruvector-nervous-system-wasm 2026-01-01 07:06:54 +00:00
statusline.mjs feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00