aucourt-ingest/aucourt_ingest
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
..
api Stage 9: add read-only FastAPI query API for juror RAG queries 2026-05-30 12:08:55 +10:00
jury AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
processing AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
sources AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
storage AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
utils AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
__init__.py AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
__main__.py AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
config.py Stage 9: add read-only FastAPI query API for juror RAG queries 2026-05-30 12:08:55 +10:00
main.py Fix serve command: handle outside asyncio.run() to avoid nested loop error 2026-05-30 12:12:09 +10:00
models.py AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00
orchestrator.py AuCourtIngest: complete 8-stage Australian legal case ingestion pipeline 2026-05-30 11:56:23 +10:00