Skip to content

Commit

Permalink
Update filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuanOT authored Dec 18, 2023
1 parent 1d8b6b7 commit c2caacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/vectorstore/vector_search/filter/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def attribute_based_filtering_python(
) # We keep this check outside of the partial function below in order to not run it on every iteration in the Deep Lake filter

filter = partial(dp_filter_python, filter=filter)

print("16 workers")
view = view.filter(filter, num_workers=16)

return view
Expand Down

0 comments on commit c2caacf

Please sign in to comment.