This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Investigate use of the BM25 algorithm to search image titles #288
Labels
✨ goal: improvement
Improvement to an existing feature
🙅 status: discontinued
Not suitable for work as repo is in maintenance
🏷 status: label work required
Needs proper labelling before it can be worked on
The similarity algorithm used to search titles was switched from BM25 to boolean in #281 to avoid ranking repeated words in titles higher.
We should investigate switching back to BM25 and set the
k1
tuning value to a low value just for the title field.See #281 (review) and BM25 algorithm docs for more info.
The text was updated successfully, but these errors were encountered: