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

Answer questions based on each documents' priority (importance) #344

Closed vkehfdl1 closed 8 months ago

vkehfdl1 commented 9 months ago

User can select priority or importance of each documents. And make some methods to consider importance of retrieved passages for answering to given questions.

vkehfdl1 commented 8 months ago

We made SimpleImportanceReranker and WeightedImportanceReranker for this feature.