quivr/supabase/migrations/20240119222036_metadata.sql

6 lines
165 B
MySQL
Raw Normal View History

drop function if exists "public"."match_documents"(query_embedding vector, match_count integer);
alter table "public"."chat_history" add column "metadata" jsonb;