mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 18:52:12 +03:00
6 lines
165 B
MySQL
6 lines
165 B
MySQL
|
drop function if exists "public"."match_documents"(query_embedding vector, match_count integer);
|
||
|
|
||
|
alter table "public"."chat_history" add column "metadata" jsonb;
|
||
|
|
||
|
|