mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-04 15:34:21 +03:00
6 lines
177 B
MySQL
6 lines
177 B
MySQL
|
alter table "public"."vectors" alter column "embedding" set not null;
|
||
|
|
||
|
alter table "public"."vectors" alter column "embedding" set data type vector using "embedding"::vector;
|
||
|
|
||
|
|