Australian legal case ingestion pipeline
Find a file
slothitude 792dbceab5 Fix serve command: handle outside asyncio.run() to avoid nested loop error
uvicorn manages its own event loop, so cmd_serve must not be called
inside asyncio.run(). Also deduplicate redundant VectorIndex branching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-30 12:12:09 +10:00
aucourt_ingest Fix serve command: handle outside asyncio.run() to avoid nested loop error 2026-05-30 12:12:09 +10:00
tests Stage 9: add read-only FastAPI query API for juror RAG queries 2026-05-30 12:08:55 +10:00
.gitignore AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
CLAUDE.md AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
config.toml Stage 9: add read-only FastAPI query API for juror RAG queries 2026-05-30 12:08:55 +10:00
plan.md AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
pyproject.toml Stage 9: add read-only FastAPI query API for juror RAG queries 2026-05-30 12:08:55 +10:00
spec.md AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
todo.md AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00