@vivantel/virage-dashboard 0.1.15 → 0.1.17
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 +1 -1
- package/dist/assets/index-BKD-_hV9.js +1434 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/assets/index-ChWPcr_3.js +0 -1350
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ serves an actionable build-instructions page instead of a blank screen.
|
|
|
23
23
|
| Home | Live chunk count, embedding count, memory usage, chunk histogram, anomaly table |
|
|
24
24
|
| Chunks | Browse and delete individual chunks by source file |
|
|
25
25
|
| Search | Interactive semantic search against the indexed knowledge base |
|
|
26
|
-
| Pipeline | Trigger index
|
|
26
|
+
| Pipeline | Trigger pipeline operations via WebSocket (`index` → `virage index`, `eval-generate` → `virage eval generate`, `eval-run` → `virage eval run`); reconnects automatically if the server is restarted |
|
|
27
27
|
| Experiments | View and compare saved evaluation runs |
|
|
28
28
|
| Analytics | Query history, top search terms, zero-result queries, queries-per-hour chart |
|
|
29
29
|
|