Marker-Inc-Korea / RAGchain

Extension of Langchain for RAG. Easy benchmarking, multiple retrievals, reranker, time-aware RAG, and so on...
Apache License 2.0
269 stars 26 forks source link

[HotFix] Make sure return score at WeightedTimeReranker #432

Closed vkehfdl1 closed 6 months ago

vkehfdl1 commented 6 months ago

Now, we return scores with List[Passage] at WeightedTimeReranker Returning scores is not bad, but it is hard to know that it returns scores, too.