add supabase load existing index

This commit is contained in:
chungyau97
2023-04-27 20:44:33 +07:00
parent 8cdf5b3ff9
commit db252e36e3
3 changed files with 109 additions and 1 deletions
@@ -19,7 +19,7 @@ class SupabaseUpsert_VectorStores implements INode {
constructor() {
this.label = 'Supabase Upsert Document'
this.name = 'supabaseUpsert'
this.type = 'supabase'
this.type = 'Supabase'
this.icon = 'supabase.svg'
this.category = 'Vector Stores'
this.description = 'Upsert documents to Supabase'