solventum-image-metadata/app
SamoilenkoVadym 3fe4ed0b4a Fix AI upload: process inline instead of background
Background AI processing returned before results were ready,
leaving the UI showing "AI processing..." forever. Now AI
metadata generation runs inline (awaited) so results are
returned immediately in the upload response.

Background SSE-based processing can be re-enabled later for
large batch uploads (10+ files).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-09 22:07:34 +00:00
..
models Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
routers Fix AI upload: process inline instead of background 2026-02-09 22:07:34 +00:00
services Switch SSO to client-side MSAL.js (no client secret needed) 2026-02-09 21:42:10 +00:00
session Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
__init__.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
config.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
dependencies.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
main.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
security.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00