v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
vectorstores/azion_edgesql
AzionVectorStoreArgs
Interface AzionVectorStoreArgs
Interface for the arguments required to initialize an Azion library.
interface
AzionVectorStoreArgs
{
dbName
:
string
;
expandedMetadata
?:
boolean
;
filter
?:
AzionFilter
[]
;
tableName
:
string
;
}
Index
Properties
db
Name
expanded
Metadata?
filter?
table
Name
Properties
db
Name
db
Name
:
string
Optional
expanded
Metadata
expanded
Metadata
?:
boolean
Optional
filter
filter
?:
AzionFilter
[]
table
Name
table
Name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
Name
expanded
Metadata
filter
table
Name
LangChain.js
Loading...
Interface for the arguments required to initialize an Azion library.