We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1a519 commit 397f874Copy full SHA for 397f874
engine/base_client/search.py
@@ -176,7 +176,7 @@ def cycling_query_generator(queries, total_count):
176
# Initialize global doc_id offset to ensure uniqueness across intervals
177
# Start from a high offset to avoid conflicts with uploaded dataset doc_ids
178
# Most datasets have < 100M records, so starting from 100M should be safe
179
- global_doc_id_offset = 100000000
+ global_doc_id_offset = 1000000000
180
181
# Overall accumulators
182
overall_results = []
0 commit comments