UNPKG

n8n-nodes-query-retriever-rerank

Version:

Advanced n8n community node for intelligent document retrieval with multi-step reasoning, reranking, and comprehensive debugging

3 lines (2 loc) 171 B
import { ISupplyDataFunctions } from 'n8n-workflow'; export declare function logWrapper<T extends object>(originalInstance: T, executeFunctions: ISupplyDataFunctions): T;