Interface MultiVectorRetrieverInput

Arguments for the MultiVectorRetriever class.

Hierarchy

  • BaseRetrieverInput
    • MultiVectorRetrieverInput

Properties

docstore: BaseStoreInterface<string, Document<Record<string, any>>>
vectorstore: VectorStore
childK?: number
idKey?: string
parentK?: number

Generated using TypeDoc