You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_ENVECTOR.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,10 @@ export NUM_PER_BATCH=4096
109
109
Run the provided shell scripts (`./scripts/run_benchmark.sh`) as the following:
110
110
111
111
```bash
112
-
./scripts/run_benchmark.sh --type flat # FLAT
113
-
./scripts/run_benchmark.sh --type ivf # IVF
114
-
./scripts/run_benchmark.sh --type ivf-gas # Our ANN (GAS)
112
+
./scripts/run_benchmark.sh --type flat # FLAT
113
+
./scripts/run_benchmark.sh --type ivf # IVF-FLAT with trained centroids via k-means cluster
114
+
./scripts/run_benchmark.sh --type ivf-random # IVF-FLAT with random centroids
115
+
./scripts/run_benchmark.sh --type ivf-gas # IVF-FLAT with Our ANN (GAS)
115
116
```
116
117
117
118
For more details, please refer to `./scripts/run_benchmark.sh` or `./scripts/envector_benchmark_config.yml` for benchmarks with enVector with ANN (VCT). Or you can use the following command:
0 commit comments