ragflow
ragflow copied to clipboard
【Bug】retrieval result is different between 0.14 and 0.16
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.
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?
You could give it a try to replace query.py or term_weight.py.
I have replaced all files in nlp, it still different.