Skip to content

Commit aa96752

Browse files
committed
change scope for Qdrant Syncronizer
1 parent 77e9f3e commit aa96752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

welearn_datastack/nodes_workflow/QdrantSyncronizer/generate_to_syncronize_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def main() -> None:
7171
Step.DOCUMENT_IS_INVALID,
7272
],
7373
size_total_max=size_limit,
74-
weighed_scope=WeighedScope.SLICE,
74+
weighed_scope=WeighedScope.DOCUMENT,
7575
)
7676
)
7777
ids_to_batch = list(set(ids_to_batch))

0 commit comments

Comments
 (0)