mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +03:00
d0b8b797f6
Co-authored-by: Zewed <dewez.antoine2@gmail.com> Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
6 lines
165 B
SQL
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;
|
|
|
|
|