fix(workspace): background vector indexing and correct diagram previews

This commit is contained in:
2026-09-06 02:57:56 +08:00
parent 9e0715f9db
commit a5c44c4ac0
21 changed files with 561 additions and 75 deletions
+2
View File
@@ -25,6 +25,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()