feat: corpus management tab — Vue view for source stats, reindex, delete #2
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New
/corpusroute in the Vue SPA. Shows all ingested sources with entry count + last ingest time. Buttons to trigger re-ingest and delete all entries for a source. Backed by new REST endpoints on/api/sources/{id}(DELETE) andPOST /api/ingest.Corpus management tab: added DELETE /api/sources/{id} and POST /api/sources/{id}/ingest endpoints to rest.py. SourcesView.vue updated with per-row reingest and delete buttons plus an 'Upload log file' button that hits the new upload endpoint. All 234 tests passing.