Ingestion
Track ingestion with live deltas instead of polling screens
This monitor now listens to the real EigenVertex SSE routes. It shows workspace-level deltas, document-level progress and the task timeline that drives parsing, understanding, chunking and indexing.
Workspace stream
Idle
The SSE connection watching the selected workspace.
Active documents
0
Documents currently running through queued, processing or indexing stages.
Last meaningful update
Waiting
Heartbeats are hidden here so the monitor only surfaces meaningful state changes.
Knowledge batches
Build wiki and GraphKnowledge layers
Use these controls after a large corpus import. The wiki batch creates missing paper pages asynchronously; GraphKnowledge rebuilds the separate property-graph projection from the wiki.
Wiki compilation appears in the live task stream as `knowledge_compile_document` jobs. System refresh only regenerates `AGENTS.md`, `index.md` and `log.md`. GraphKnowledge rebuild is a separate projection step and returns node/edge counts directly.
Batch result
Latest knowledge batch
This makes the long-running corpus maintenance explicit before graph/search tests.
No workspace-level batch task is currently visible in the SSE stream.
Obsidian output
Build a downloadable Obsidian vault
EigenVertex keeps the wiki authoritative, renders stable Markdown files with frontmatter and graph sidecars, then packages the vault as a ZIP artifact.
Vault state
No vault profile yet
The console reads the backend export status, recent runs and manifest so the vault is not a black box.
No vault profile configured
Save an export profile first. ZIP mode does not require a local filesystem path.
Google Drive corpus
Import a PDF folder for retrieval tests
Use dry-run first to check how many PDF files EigenVertex sees, then import and optionally process/chunk each document from the console.
Drive import result
No Drive run yet
The result list is intentionally explicit: imported, skipped, failed, processed and chunked states stay visible for reproducible corpus tests.
Start with a dry-run
Paste the folder ID, choose a limit, and run a scan before importing the corpus.
Workspace stream
Choose what the monitor should follow
The workspace stream is the calm overview. By default we keep recent completed imports visible as well, so quick URL and connector ingests do not disappear before we can inspect them.
Monitor state
No workspace selected
This summary reflects the latest workspace delta payload, not a separate polling model.