quivr/supabase/migrations/local_20240107152745_ollama.sql

6 lines
177 B
MySQL
Raw Normal View History

alter table "public"."vectors" alter column "embedding" set not null;
alter table "public"."vectors" alter column "embedding" set data type vector using "embedding"::vector;