Merge remote-tracking branch 'origin/main' into feat/export-service

# Conflicts:
#	backend/app/routes.py
This commit is contained in:
yxx
2026-09-06 16:19:37 +08:00
208 changed files with 8233 additions and 367 deletions
+2
View File
@@ -28,6 +28,8 @@ async def lifespan(_: FastAPI):
try:
yield
finally:
from app.services import index_service
await index_service.shutdown()
await transcription_service.shutdown()
from app.local_models import components
await components.shutdown()