better behavior when query_prefix or document_prefix delete

#21
by chenxiaobin - opened

our document is relatively long , approximately 300 to 500 tokens.
we set "doc_maxlen": 2048 to deal with long text。
After deleting the query_prefix or document_prefix, the performance has improved significantly, with the recall rate increasing from 0.8 to 0.84.
This is not a coincidence—we have conducted extensive testing.
do you have any idea to explain this?

Sign up or log in to comment