File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ python -m vectordb_bench.cli.vectordbbench envectorflat \
125125 --db-label " Performance1536D500K-FLAT"
126126
127127# ivf: IVF-FLAT with random centroids
128+ export NUM_PER_BATCH=500000 # set to the database size for efficiency
128129python -m vectordb_bench.cli.vectordbbench envectorivfflat \
129130 --uri " localhost:50050" \
130131 --case-type " Performance1536D500K" \
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ if [[ -z "$REQUESTED_TYPE" || "$REQUESTED_TYPE" == "flat" ]]; then
6969fi
7070
7171if [[ -z " $REQUESTED_TYPE " || " $REQUESTED_TYPE " == " ivf" ]]; then
72+ export NUM_PER_BATCH=500000 # set database size for efficiency
7273 run_case envectorivfflat " $DATASET_NAME -IVF-RANDOM" \
7374 --nlist " $NLIST " \
7475 --nprobe " $NPROBE "
You can’t perform that action at this time.
0 commit comments