ruvllm-esp32 0.3.2 → 0.3.3
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.
- package/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ruvllm-esp32",
|
|
3
|
-
"version": "0.3.
|
|
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.",
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"description": "RuvLLM ESP32 - Tiny LLM inference for ESP32 microcontrollers with INT8 quantization, RAG, HNSW vector search, hyperbolic embeddings (Poincaré/Lorentz), and multi-chip federation. Run AI on $4 hardware.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"esp32",
|
|
7
7
|
"llm",
|
|
@@ -22,10 +22,7 @@
|
|
|
22
22
|
"riscv",
|
|
23
23
|
"offline-ai",
|
|
24
24
|
"tiny-ml",
|
|
25
|
-
"semantic-memory"
|
|
26
|
-
"hyperbolic",
|
|
27
|
-
"poincare",
|
|
28
|
-
"lorentz"
|
|
25
|
+
"semantic-memory"
|
|
29
26
|
],
|
|
30
27
|
"author": "RuVector Team",
|
|
31
28
|
"license": "MIT",
|