diff --git a/docs/reference/elasticsearch/mapping-reference/dense-vector.md b/docs/reference/elasticsearch/mapping-reference/dense-vector.md index 70b4296e645e3..de6d82104c005 100644 --- a/docs/reference/elasticsearch/mapping-reference/dense-vector.md +++ b/docs/reference/elasticsearch/mapping-reference/dense-vector.md @@ -274,7 +274,7 @@ The following mapping parameters are accepted: $$$dense-vector-element-type$$$ `element_type` -: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and bit. +: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and `bit`. ::::{dropdown} Valid values for element_type `float` diff --git a/docs/reference/elasticsearch/mapping-reference/rank-vectors.md b/docs/reference/elasticsearch/mapping-reference/rank-vectors.md index 2c22dd08ae1b0..8330227070db1 100644 --- a/docs/reference/elasticsearch/mapping-reference/rank-vectors.md +++ b/docs/reference/elasticsearch/mapping-reference/rank-vectors.md @@ -90,7 +90,7 @@ The `rank_vectors` field type supports the following parameters: $$$rank-vectors-element-type$$$ `element_type` -: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and bit. +: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and `bit`. ::::{dropdown} Valid values for element_type `float`