@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.
- package/README.md +5 -5
- 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
|
|
31
|
-
|
|
32
|
-
| Status
|
|
33
|
-
| Chunk histogram | Distribution of chunk sizes across the index
|
|
34
|
-
| Anomalies
|
|
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
|
|