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 b8e839d commit 9a75775Copy full SHA for 9a75775
apis/python/test/test_ingestion.py
@@ -126,7 +126,6 @@ def test_ivf_flat_ingestion_f32(tmp_path):
126
source_type=source_type,
127
partitions=partitions,
128
input_vectors_per_work_item=int(size / 10),
129
- verbose=True
130
)
131
132
result = index.query(query_vectors, k=k, nprobe=nprobe)
@@ -174,7 +173,6 @@ def test_ivf_flat_ingestion_fvec(tmp_path):
174
173
source_uri=source_uri,
175
176
177
178
179
180
assert accuracy(result, gt_i) > MINIMUM_ACCURACY
0 commit comments