This commit is contained in:
parent
de91c632e0
commit
10fa1637ea
|
|
@ -1348,6 +1348,20 @@ export type Database = {
|
||||||
similarity: number
|
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: {
|
non_private_assistant_exists: {
|
||||||
Args: {
|
Args: {
|
||||||
p_name: string
|
p_name: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue