quivr/backend/supabase/migrations/local_20240107152745_ollama.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;