Interface for the arguments required to construct a ContextualCompressionRetriever. It extends the BaseRetrieverInput interface with two additional fields: baseCompressor and baseRetriever.

Hierarchy

Properties

baseCompressor: BaseDocumentCompressor
baseRetriever: BaseRetriever
callbacks?: Callbacks
metadata?: Record<string, unknown>
tags?: string[]
verbose?: boolean

Generated using TypeDoc