-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Hope to add rerank models to the project #724
Comments
What you mean is that the rerank here is only based on some strategies to achieve the effect of rerank, and does not involve reranking LLM, right? |
So I have a question, what rerank models are available here? Have you ever compared the results? |
Weighted keywords and embedding similarity is RAGFlow's reranking model right now. |
I think the accuracy of the recall is already very accurate now, and I hope it can be further improved. It shouldn't be worse after adding it. |
…nfiniflow#966) ### What problem does this PR solve? Vector similarity weight is displayed incorrectly infiniflow#965 feat: add rerank models to the project infiniflow#724 infiniflow#162 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? feat: add rerank models to the project infiniflow#724 infiniflow#162 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve? infiniflow#724 infiniflow#162 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
No response
Describe the feature you'd like
I think RAG+re-rank is a great combination that can improve recall accuracy.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: