Skip to content
Snippets Groups Projects
Commit 35e6d6c3 authored by Tim Repke's avatar Tim Repke
Browse files

fix buscar

parent 69c1b411
Branches main
No related tags found
1 merge request!81fix buscar
Pipeline #2844 passed
......@@ -161,7 +161,7 @@ async def bg_populate_tracker(tracker_id: str, batch_size: int | None = None, la
if batch_size is None:
# Use scopes as batches
it = calculate_h0s_for_batches(labels=tracker.labels,
it = calculate_h0s_for_batches(labels=labels,
recall_target=tracker.recall_target,
n_docs=tracker.n_items_total)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment