Interface MultiVectorRetrieverInput

Arguments for the MultiVectorRetriever class.

Hierarchy

Properties

docstore: BaseStoreInterface<string, Document<Record<string, any>>>
vectorstore: VectorStore
callbacks?: Callbacks
childK?: number
idKey?: string
metadata?: Record<string, unknown>
parentK?: number
tags?: string[]
verbose?: boolean

Generated using TypeDoc