@vivantel/virage-dashboard
v0.1.9
Published
React dashboard web app for the Virage RAG pipeline — served by virage-cli
Maintainers
Readme
@vivantel/virage-dashboard
React monitoring dashboard for the Virage RAG pipeline, served by virage dashboard.
Usage
The dashboard is started automatically by the CLI:
virage dashboardThis serves the built dist/ folder on a local HTTP server alongside a /api backend.
Development
# In one terminal — start the virage-cli API server
cd packages/virage-cli && npm run dev
# In another terminal — start the Vite dev server (proxies /api → localhost:3000)
cd packages/virage-dashboard && npm run devPanels
| Panel | Description | | --------------- | --------------------------------------------------- | | Status | Live chunk count, embedding count, and memory usage | | Chunk histogram | Distribution of chunk sizes across the index | | Anomalies | Embeddings with high z-scores flagged for review |
License
MIT
