This PR fixes a bug in rerank_search_results (in both the CohereReranker and VoyageReranker classes) that caused the chunk header to not get included. It also fixes a small issue where a warning message was displayed when it shouldn't be in add_document.
This PR fixes a bug in
rerank_search_results
(in both theCohereReranker
andVoyageReranker
classes) that caused the chunk header to not get included. It also fixes a small issue where a warning message was displayed when it shouldn't be inadd_document
.