interface VectorStoreSupabaseInsertNodeParameters { queryName?: string; tableName?: { mode: "id" | "list"; value: string };}
readonly queryName?: string
Name of the query to use for matching documents Default: "match_documents"
readonly tableName?: { ... }
Default: {"mode":"list","value":""}
Name of the query to use for matching documents Default: "match_documents"