Added note about ef_construction [skip ci]

This commit is contained in:
Andrew Kane
2023-11-16 18:53:48 -08:00
parent 4549e8aeb1
commit 5b12ae8225

View File

@@ -269,6 +269,8 @@ Specify HNSW parameters
CREATE INDEX ON items USING hnsw (embedding vector_l2_ops) WITH (m = 16, ef_construction = 64);
```
A higher value of `ef_construction` provides better recall at the cost of index build time / insert speed.
### Query Options
Specify the size of the dynamic candidate list for search (40 by default)