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
#1045 defaults compute to use the B-Tree impl. Also add a flag in the CLI to choose the Vec one?
The Vec one is better in very limited cases (very small datasets), so I think we don't need the CLI flag.
On the Python API, there are some places where we change the MinHash that (maybe?) could also benefit from the B-Tree impl. Check gather (which modifies the query), for example.
#1045 defaults compute to use the B-Tree impl. Also add a flag in the CLI to choose the Vec one?
The Vec one is better in very limited cases (very small datasets), so I think we don't need the CLI flag.
On the Python API, there are some places where we change the MinHash that (maybe?) could also benefit from the B-Tree impl. Check
gather
(which modifies the query), for example.(punted from #1045 (comment))
The text was updated successfully, but these errors were encountered: