From 10fa1637ea905e510aab9d8f8f0ebd27f612e1ed Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 28 May 2025 20:44:36 +0800 Subject: [PATCH] . --- chatdesk-ui/supabase/types.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chatdesk-ui/supabase/types.ts b/chatdesk-ui/supabase/types.ts index e50b385..c44050e 100644 --- a/chatdesk-ui/supabase/types.ts +++ b/chatdesk-ui/supabase/types.ts @@ -1348,6 +1348,20 @@ export type Database = { similarity: number }[] } + match_file_items_bge_m3: { + Args: { + query_embedding: string + match_count?: number + file_ids?: string[] + } + Returns: { + id: string + file_id: string + content: string + tokens: number + similarity: number + }[] + } non_private_assistant_exists: { Args: { p_name: string