v1.1.4
Fixed
migrate --reembed-from-textrepaired nothing on bulk-loaded stores. The version added in v1.1.3 fetched each record through a path that returned nothing on stores populated in bulk, so it re-embedded zero records and exited reporting success — a silent no-op. It now reads records directly, actually re-embeds from the stored text, and is resumable with bounded memory use.
If you ran the migration on v1.1.3, run it again on v1.1.4 — your vectors were not repaired:
iai-mcp migrate --reembed-from-text
Throughput is embedder-bound (no batch speedup yet), so a large store takes a while; the run is resumable and reports progress.