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
It would make sense to add a BK Tree implementation for scorers which full fill the triangle inequality. This would provide massive performance improvements for things like searches.
A common use case for things like search engines is to generate the tree once and then use it for searches. For this reason this should support some kind of serialization / deserialization. This should be simple for the tree structure itself. However it is unclear how this should handle the user specified data, since they could be in pretty much any data format. Probably this part should be left up to the user to do (strings could be serialized automatically).
It would make sense to add a BK Tree implementation for
scorers
which full fill the triangle inequality. This would provide massive performance improvements for things like searches.https://dl.acm.org/doi/10.1145/362003.362025
The text was updated successfully, but these errors were encountered: