Skip to content

Commit 7b7dfca

Browse files
committed
update readme
1 parent f5857b5 commit 7b7dfca

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README_ENVECTOR.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ python -m vectordb_bench.cli.vectordbbench envectorivfflat \
145145
--nprobe 6
146146
```
147147

148-
Note that, `NUM_PER_BATCH` is set to the database size when using IVF-based index for enVector.
148+
Note that, **`NUM_PER_BATCH` should be set to the database** size when using IVF-based ANN index for enVector currently.
149+
We will support adjustable `NUM_PER_BATCH` for ANN soon.
149150

150151
## Run VectorDBBench Benchmark
151152

@@ -179,8 +180,6 @@ python -m vectordb_bench.cli.vectordbbench envectorivfflat \
179180
--nprobe 6
180181
```
181182

182-
Note that, the benchmark provided by VectorDBBench, including Performance1536D500K, uses **unknown** embedding model (just notified as openai's one), we cannot use our GAS approach for ANN.
183-
184183
### CLI Options
185184

186185
enVector Types for VectorDBBench

0 commit comments

Comments
 (0)