Arguments for the MultiVectorRetriever class.

interface MultiVectorRetrieverInput {
    vectorstore: VectorStoreInterface;
    byteStore?: any;
    childK?: number;
    docstore?: any;
    idKey?: string;
    parentK?: number;
}

Hierarchy (view full)

Properties

vectorstore: VectorStoreInterface
byteStore?: any
childK?: number
docstore?: any

⚠️ Deprecated ⚠️

Prefer byteStore.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

idKey?: string
parentK?: number

Generated using TypeDoc