This commit is contained in:
hailin 2025-05-28 20:44:36 +08:00
parent de91c632e0
commit 10fa1637ea
1 changed files with 14 additions and 0 deletions

View File

@ -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