UNPKG

memory-engineering-mcp

Version:

🧠 AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work

14 lines • 477 B
/** * Voyage AI Reranking - ZERO RISK Addition * This is purely additive - if it fails, search works normally */ /** * Rerank documents for better relevance * SAFE: If this fails, returns original order */ export declare function rerankResults(query: string, documents: any[], topK?: number): Promise<any[]>; /** * Check if reranking is available (for logging only) */ export declare function isRerankingAvailable(): boolean; //# sourceMappingURL=voyage-rerank.d.ts.map