You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Currently, there is no concept of relevance of a search result. The relevance should be a value between 0 and 1 which shows how relevant a result is to a query.
It would be useful for things like a Action on Google. Saying Ask forte music to play Nice for What by Drake should play the song Nice for What instead of the artist Drake.
Currently, there is no concept of relevance of a search result. The relevance should be a value between 0 and 1 which shows how relevant a result is to a query.
It would be useful for things like a Action on Google. Saying
Ask forte music to play Nice for What by Drake
should play the songNice for What
instead of the artistDrake
.Relevance can be implemented using FTS5's bm25
The text was updated successfully, but these errors were encountered: