Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain-community/vectorstores/upstash
UpstashVectorLibArgs
Interface UpstashVectorLibArgs
This interface defines the arguments for the UpstashVectorStore class.
interface
UpstashVectorLibArgs
{
index
:
Index
<
Record
<
string
,
unknown
>
>
;
filter
?:
string
;
}
Hierarchy (
view full
)
Toolkit
UpstashVectorLibArgs
Index
Properties
index
filter?
Properties
index
index
:
Index
<
Record
<
string
,
unknown
>
>
Optional
filter
filter
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
index
filter
LangChain.js - v0.1.35
Loading...
This interface defines the arguments for the UpstashVectorStore class.