Skip to content

Commit d08ac47

Browse files
authored
Clarify quantization on semantic_text BBQ dense vector default (#132470) (#132473)
1 parent f2cbdae commit d08ac47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the embedding generation, indexing, and query to use.
3535

3636
{applies_to}`stack: ga 9.1` Newly created indices with `semantic_text` fields using dense embeddings will be
3737
[quantized](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-quantization)
38-
to `bbq_hnsw` automatically.
38+
to `bbq_hnsw` automatically as long as they have a minimum of 64 dimensions.
3939

4040
If you use the preconfigured `.elser-2-elasticsearch` endpoint, you can set up
4141
`semantic_text` with the following API request:

0 commit comments

Comments
 (0)