langchain.js
Preparing search index...
langchain
retrievers/multi_vector
MultiVectorRetrieverInput
Interface MultiVectorRetrieverInput
Arguments for the MultiVectorRetriever class.
interface
MultiVectorRetrieverInput
{
byteStore
?:
any
;
childK
?:
number
;
docstore
?:
any
;
idKey
?:
string
;
parentK
?:
number
;
vectorstore
:
VectorStoreInterface
;
}
Hierarchy (
View Summary
)
BaseMessage
MultiVectorRetrieverInput
Index
Properties
byte
Store?
child
K?
docstore?
id
Key?
parent
K?
vectorstore
Properties
Optional
byte
Store
byteStore
?:
any
Optional
child
K
childK
?:
number
Optional
docstore
docstore
?:
any
Deprecated
Prefer
byteStore
.
Optional
id
Key
idKey
?:
string
Optional
parent
K
parentK
?:
number
vectorstore
vectorstore
:
VectorStoreInterface
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
byte
Store
child
K
docstore
id
Key
parent
K
vectorstore
langchain.js
Loading...
Arguments for the MultiVectorRetriever class.