v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/retrievers/multi_vector
MultiVectorRetrieverInput
Interface MultiVectorRetrieverInput
Arguments for the MultiVectorRetriever class.
interface
MultiVectorRetrieverInput
{
vectorstore
:
VectorStoreInterface
;
byteStore
?:
any
;
childK
?:
number
;
docstore
?:
any
;
idKey
?:
string
;
parentK
?:
number
;
}
Hierarchy (
view full
)
Toolkit
MultiVectorRetrieverInput
Index
Properties
vectorstore
byte
Store?
childK?
docstore?
id
Key?
parentK?
Properties
vectorstore
vectorstore
:
VectorStoreInterface
Optional
byte
Store
byte
Store
?:
any
Optional
childK
childK
?:
number
Optional
docstore
docstore
?:
any
Deprecated
Prefer
byteStore
.
Optional
id
Key
id
Key
?:
string
Optional
parentK
parentK
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
vectorstore
byte
Store
childK
docstore
id
Key
parentK
LangChain.js - v0.2.10
Loading...
Arguments for the MultiVectorRetriever class.