Arguments for the MultiVectorRetriever class.

Hierarchy

Properties

byteStore?: BaseStore<string, Uint8Array>
callbacks?: Callbacks
childK?: number
docstore?: BaseStoreInterface<string, Document<Record<string, any>>>

⚠️ Deprecated ⚠️

Prefer byteStore.

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

It is not recommended for use.

idKey?: string
metadata?: Record<string, unknown>
parentK?: number
tags?: string[]
verbose?: boolean

Generated using TypeDoc