ruvector/npm/packages
rUv b69f51bbd7 feat: Full v2.1 upgrade with multi-algorithm learning and TensorCompress (v0.1.69)
## Multi-Algorithm Learning Engine
- 9 algorithms: q-learning, sarsa, double-q, actor-critic, ppo, decision-transformer, monte-carlo, td-lambda, dqn
- Task-specific configuration:
  - agent-routing: double-q (reduces bias)
  - error-avoidance: sarsa (conservative)
  - confidence-scoring: actor-critic (continuous)
  - trajectory-learning: decision-transformer (sequence)
  - context-ranking: ppo (stable)
  - memory-recall: td-lambda (traces)

## TensorCompress (10x Memory Savings)
- 5 compression levels based on access frequency:
  - none (hot >0.8): 0% savings
  - half (warm >0.4): 50% savings
  - pq8 (cool >0.1): 87.5% savings
  - pq4 (cold >0.01): 93.75% savings
  - binary (archive ≤0.01): 96.9% savings
- Auto-compression on session-end

## Pretrain Phases (11 total)
- Phase 10: Multi-algorithm learning bootstrap
- Phase 11: TensorCompress initialization

## Environment Variables (v2.1)
- RUVECTOR_MULTI_ALGORITHM=true
- RUVECTOR_DEFAULT_ALGORITHM=double-q
- RUVECTOR_TENSOR_COMPRESS=true
- RUVECTOR_AUTO_COMPRESS=true

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 15:24:30 +00:00
..
agentic-integration refactor: Move /src packages to /npm/packages 2025-12-02 16:58:38 +00:00
agentic-synth fix: Update doc links and move packages to npm/packages 2025-12-02 16:54:39 +00:00
agentic-synth-examples fix: Update doc links and move packages to npm/packages 2025-12-02 16:54:39 +00:00
burst-scaling feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
cli chore(npm): bump @ruvector/cli to v0.1.28 2025-12-29 18:07:20 +00:00
cloud-run refactor: Move /src packages to /npm/packages 2025-12-02 16:58:38 +00:00
core chore(npm): bump @ruvector/core to v0.1.29 2025-12-29 19:06:16 +00:00
graph-data-generator fix: Update doc links and move packages to npm/packages 2025-12-02 16:54:39 +00:00
graph-node feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
graph-wasm feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
node feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
postgres-cli chore(postgres-cli): Bump version to 0.2.6 2025-12-08 16:16:41 +00:00
router feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
router-darwin-arm64 feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
router-darwin-x64 feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
router-linux-arm64-gnu feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
router-linux-x64-gnu feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
router-win32-x64-msvc feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
rudag chore: sync settings and dependencies 2025-12-30 18:26:41 +00:00
ruvector feat: Full v2.1 upgrade with multi-algorithm learning and TensorCompress (v0.1.69) 2025-12-31 15:24:30 +00:00
ruvector-extensions feat: Complete RuVector Extensions with 5 Major Features 2025-11-25 20:58:49 +00:00
ruvllm feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-darwin-arm64 feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-darwin-x64 feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-linux-arm64-gnu feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-linux-x64-gnu feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-win32-x64-msvc feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
rvlite feat(rvlite): Add multi-query language support (SPARQL, SQL, Cypher) (#69) 2025-12-11 13:52:23 -05:00
sona feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
spiking-neural fix: Update doc links and move packages to npm/packages 2025-12-02 16:54:39 +00:00
tiny-dancer feat: Add NAPI-RS npm packages for tiny-dancer and router 2025-11-27 05:55:06 +00:00
tiny-dancer-darwin-arm64 feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
tiny-dancer-darwin-x64 feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
tiny-dancer-linux-arm64-gnu feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
tiny-dancer-linux-x64-gnu feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
tiny-dancer-win32-x64-msvc feat: Add platform-specific npm packages for multi-platform support 2025-11-27 15:25:00 +00:00
wasm feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00