ruvllm-esp32 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +6 -3
package/bin/cli.js CHANGED
@@ -10,7 +10,7 @@ const fs = require('fs');
10
10
  const path = require('path');
11
11
  const os = require('os');
12
12
 
13
- const VERSION = '0.2.0';
13
+ const VERSION = '0.3.0';
14
14
  const SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3', 'esp32c6'];
15
15
 
16
16
  // Colors for terminal output
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ruvllm-esp32",
3
- "version": "0.3.0",
4
- "description": "RuvLLM ESP32 - Tiny LLM inference for ESP32 microcontrollers with INT8 quantization, RAG, HNSW vector search, and multi-chip federation. Run AI on $4 hardware.",
3
+ "version": "0.3.2",
4
+ "description": "RuvLLM ESP32 - Tiny LLM inference for ESP32 microcontrollers with INT8 quantization, RAG, HNSW vector search, hyperbolic embeddings, and multi-chip federation. Run AI on $4 hardware.",
5
5
  "keywords": [
6
6
  "esp32",
7
7
  "llm",
@@ -22,7 +22,10 @@
22
22
  "riscv",
23
23
  "offline-ai",
24
24
  "tiny-ml",
25
- "semantic-memory"
25
+ "semantic-memory",
26
+ "hyperbolic",
27
+ "poincare",
28
+ "lorentz"
26
29
  ],
27
30
  "author": "RuVector Team",
28
31
  "license": "MIT",