ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

【Bug】retrieval result is different between 0.14 and 0.16

Open wingjson opened this issue 10 months ago • 2 comments

I have test version 0.14 and 0.16,I use the same MySQL,same es,same agent,same parameters,same reranker model,but the retrieval result is different.image image The image 1 is 0.16,the answer is inaccuracy The image 2 is 0.14. So what changes between 0.14 and 0.16. I have replaced the rag/nlp/search.py from 0.14 to 0.16. It still return inaccuracy answer.Does it due to the change of query.py or bce reranker model?

wingjson avatar Feb 20 '25 09:02 wingjson

You could give it a try to replace query.py or term_weight.py.

KevinHuSh avatar Feb 21 '25 04:02 KevinHuSh

I have replaced all files in nlp, it still different.

wingjson avatar Feb 21 '25 10:02 wingjson