Interface VectorStoreSupabaseInsertNodeParameters

Source
interface VectorStoreSupabaseInsertNodeParameters {
    queryName?: string;
    tableName?: { mode: "id" | "list"; value: string };
}

Properties§

Source§

readonly queryName?: string

Name of the query to use for matching documents Default: "match_documents"

Source§

readonly tableName?: { mode: "id" | "list"; value: string }

Default: {"mode":"list","value":""}