langchain.js
    Preparing search index...

    Arguments for the MultiVectorRetriever class.

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

    Hierarchy (View Summary)

    Index

    Properties

    byteStore?: any
    childK?: number
    docstore?: any

    Prefer byteStore.

    idKey?: string
    parentK?: number
    vectorstore: VectorStoreInterface