Skip to content

Commit fd6e885

Browse files
authored
Mention bbq_hnsw for m and ef_construction options in docs (#117022)
1 parent ff58d89 commit fd6e885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/types/dense-vector.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,12 @@ by 32x at the cost of accuracy. See <<dense-vector-quantization, Automatically q
338338
`m`:::
339339
(Optional, integer)
340340
The number of neighbors each node will be connected to in the HNSW graph.
341-
Defaults to `16`. Only applicable to `hnsw`, `int8_hnsw`, and `int4_hnsw` index types.
341+
Defaults to `16`. Only applicable to `hnsw`, `int8_hnsw`, `int4_hnsw` and `bbq_hnsw` index types.
342342
343343
`ef_construction`:::
344344
(Optional, integer)
345345
The number of candidates to track while assembling the list of nearest
346-
neighbors for each new node. Defaults to `100`. Only applicable to `hnsw`, `int8_hnsw`, and `int4_hnsw` index types.
346+
neighbors for each new node. Defaults to `100`. Only applicable to `hnsw`, `int8_hnsw`, `int4_hnsw` and `bbq_hnsw` index types.
347347
348348
`confidence_interval`:::
349349
(Optional, float)

0 commit comments

Comments
 (0)