langchain.js
Preparing search index...
@langchain/community
vectorstores/upstash
UpstashVectorLibArgs
Interface UpstashVectorLibArgs
This interface defines the arguments for the UpstashVectorStore class.
interface
UpstashVectorLibArgs
{
filter
?:
string
;
index
:
Index
;
namespace
?:
string
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
UpstashVectorLibArgs
Index
Properties
filter?
index
namespace?
Properties
Optional
filter
filter
?:
string
index
index
:
Index
Optional
namespace
namespace
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filter
index
namespace
langchain.js
Loading...
This interface defines the arguments for the UpstashVectorStore class.