jbarol
bcdfb177e4
docs(migrations): NULL embeddings BEFORE the column-type alter
...
The Postgres recipe ordered ALTER COLUMN TYPE vector(N) before the
UPDATE that clears stale embeddings. pgvector refuses to cast existing
vectors across dimensions ('expected 1024 dimensions, not 1536'), so
the recipe as written aborts the transaction on any brain that has
embeddings — which is every brain doing this migration. Swap the steps:
NULLs cast fine.
2026-06-10 13:29:06 -07:00
..
2026-05-25 10:39:09 -07:00
2026-06-08 06:16:34 -07:00
2026-06-07 21:46:03 -07:00
2026-05-24 00:00:39 -07:00
2026-06-03 23:00:11 -07:00
2026-06-07 19:22:33 -07:00
2026-04-11 10:52:30 -10:00
2026-05-22 11:53:11 -07:00
2026-05-25 10:39:09 -07:00
2026-05-19 17:14:53 -07:00
2026-06-01 19:09:15 -07:00
2026-05-24 22:56:21 -07:00
2026-05-21 18:57:05 -07:00
2026-06-07 17:48:48 -07:00
2026-05-17 08:32:03 -07:00
2026-06-04 21:34:43 -07:00
2026-05-17 18:52:38 -07:00
2026-06-10 13:29:06 -07:00
2026-04-11 00:01:09 -10:00
2026-05-24 21:50:08 -07:00
2026-05-01 09:02:43 -07:00
2026-05-10 06:34:40 -07:00
2026-04-10 07:23:59 -10:00
2026-05-10 13:53:30 -07:00
2026-05-19 05:32:24 -07:00
2026-06-04 21:34:43 -07:00
2026-05-30 12:34:43 -07:00
2026-06-01 19:09:15 -07:00
2026-04-21 17:54:13 -07:00
2026-06-03 05:50:21 -07:00
2026-05-23 16:46:01 -07:00
2026-05-19 18:12:01 -07:00
2026-04-29 22:21:07 -07:00
2026-05-10 06:34:40 -07:00
2026-06-07 08:05:34 -07:00
2026-05-19 13:12:40 -07:00
2026-05-22 21:18:09 -07:00
2026-05-23 16:46:01 -07:00