mirror of
https://github.com/StanGirard/quivr.git
synced 2025-01-07 11:39:00 +03:00
6 lines
177 B
SQL
6 lines
177 B
SQL
alter table "public"."vectors" alter column "embedding" set not null;
|
|
|
|
alter table "public"."vectors" alter column "embedding" set data type vector using "embedding"::vector;
|
|
|
|
|