v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
vectorstores/supabase
SupabaseLibArgs
Interface SupabaseLibArgs
Interface for the arguments required to initialize a Supabase library.
interface
SupabaseLibArgs
{
client
:
SupabaseClient
<
any
,
"public"
,
any
>
;
filter
?:
SupabaseMetadata
|
SupabaseFilterRPCCall
;
queryName
?:
string
;
tableName
?:
string
;
upsertBatchSize
?:
number
;
}
Index
Properties
client
filter?
query
Name?
table
Name?
upsert
Batch
Size?
Properties
client
client
:
SupabaseClient
<
any
,
"public"
,
any
>
Optional
filter
filter
?:
SupabaseMetadata
|
SupabaseFilterRPCCall
Optional
query
Name
query
Name
?:
string
Optional
table
Name
table
Name
?:
string
Optional
upsert
Batch
Size
upsert
Batch
Size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
filter
query
Name
table
Name
upsert
Batch
Size
LangChain.js
Loading...
Interface for the arguments required to initialize a Supabase library.