quivr/supabase/migrations/20240119222036_metadata.sql
Stan Girard d0b8b797f6
feat(search): new way to interact with Quivr (#2026)
Co-authored-by: Zewed <dewez.antoine2@gmail.com>
Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
2024-01-19 20:34:30 -08:00

6 lines
165 B
SQL

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