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
Address PR #1372 review: refuse migration when DEFAULT_EMBEDDER is empty
Silently deleting NULL-embedder_path rows when settings.DEFAULT_EMBEDDER
was misconfigured to empty was an irreversible failure mode. Now raise
ValueError early with an actionable message naming the row count, so
operators can either set DEFAULT_EMBEDDER or clean up manually before
re-running the migration.
0 commit comments