CorpusPanel
Manages your dataset lifecycle: uploading PDFs, converting to text, running GraphRAG indexing, and archiving graph states.
Capabilities
- Drag-and-drop PDF upload (auto converts to
.txt) - Real-time indexing via SSE with a progress bar
- Indexed overview (entities, relationships, communities, text units)
- Archive current graph; list/restore/rename/delete archives
- View live logs and retained log history
Status & Registry
GET /api/corpus/statemerges on-disk files with the persistedoutput/uploads.jsonregistry- After successful indexing, files are marked
indexedand timestamps recorded
Index Stream
GET /api/corpus/index/streamlaunchesgraphrag index --config settings.yaml- Also converts remaining PDFs to text and archives originals under
input/_pdfs
Last updated on