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
Now we have count parameter in find_similar. It's display results count. I propose to add another parameter display_zero_results (may be better name exists).
If this parameter is True then we will display all results
If this parameter is False then we will not display results with cos = 0.0
The text was updated successfully, but these errors were encountered:
Now we have
count
parameter infind_similar
. It's display results count. I propose to add another parameterdisplay_zero_results
(may be better name exists).True
then we will display all resultsFalse
then we will not display results with cos = 0.0The text was updated successfully, but these errors were encountered: