chore: bump version to 0.6.0
Release summary: - #60 split incidents tables to turnstone-incidents.db (eliminates FTS5 write lock starvation) - #41 Hybrid-BERT label mapping shim (7-class vocabulary support in classifier) - #15 hybrid BM25 + vector re-ranking for diagnose search (semantic=True, alpha=0.6/beta=0.4) - #32 domain-view mapping: 42 patterns annotated across 10 domains, by_domain in diagnose summary
This commit is contained in:
parent
8e518ffde8
commit
323886b1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ async def _lifespan(app: FastAPI):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
app = FastAPI(title="Turnstone API", version="0.5.0", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan)
|
app = FastAPI(title="Turnstone API", version="0.6.0", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan)
|
||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue