v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
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
?:
SupabaseFilterRPCCall
|
SupabaseMetadata
;
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
?:
SupabaseFilterRPCCall
|
SupabaseMetadata
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
Theme
OS
Light
Dark
On This Page
Properties
client
filter
query
Name
table
Name
upsert
Batch
Size
LangChain.js - v0.2.10
Loading...
Interface for the arguments required to initialize a Supabase library.