You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedding cache now uses a SQLite-backed cache engine instead of DuckDB for safer concurrent writes.
Default cache location moved to a shared oidm-common cache directory used across OIDM apps.
Added
One-time migration from legacy findingmodel embedding caches into the new shared cache.
Cache import operations now report merge counts (written/new/updated/skipped).
Fixed
Automatic legacy diskcache migration now runs only for the default oidm-common runtime cache directory,
preventing accidental import into custom cache locations.