Marker-Inc-Korea / RAGchain

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

Refactor LLM reranker using langchain LCEL. #332

Open vkehfdl1 opened 9 months ago

vkehfdl1 commented 9 months ago

From 0.2.0, we use LCEL for using all LLMs. But, LLM reranker can only use openai, and it is not good for consistency and variety of models.