Skip to content

Commit 2004b1f

Browse files
Philippusalexey-ivanov-es
authored andcommitted
Mention bbq_hnsw for m and ef_construction options in docs (elastic#117022)
1 parent 40c67c8 commit 2004b1f

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)