@vivantel/virage-dashboard 0.1.7 → 0.1.8

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,11 @@ cd packages/virage-dashboard && npm run dev
27
27
 
28
28
  ## Panels
29
29
 
30
- | Panel | Description |
31
- |---|---|
32
- | Status | Live chunk count, embedding count, and memory usage |
33
- | Chunk histogram | Distribution of chunk sizes across the index |
34
- | Anomalies | Embeddings with high z-scores flagged for review |
30
+ | Panel | Description |
31
+ | --------------- | --------------------------------------------------- |
32
+ | Status | Live chunk count, embedding count, and memory usage |
33
+ | Chunk histogram | Distribution of chunk sizes across the index |
34
+ | Anomalies | Embeddings with high z-scores flagged for review |
35
35
 
36
36
  ## License
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vivantel/virage-dashboard",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "React dashboard web app for the Virage RAG pipeline — served by virage-cli",
6
6
  "author": "Vivantel",