|
@@ -6,8 +6,6 @@
|
|
|
<titleabbrev>Dense vector</titleabbrev>
|
|
|
++++
|
|
|
|
|
|
-experimental[]
|
|
|
-
|
|
|
A `dense_vector` field stores dense vectors of float values.
|
|
|
The maximum number of dimensions that can be in a vector should
|
|
|
not exceed 1024. A `dense_vector` field is a single-valued field.
|
|
@@ -53,4 +51,4 @@ PUT my_index/_doc/2
|
|
|
|
|
|
Internally, each document's dense vector is encoded as a binary
|
|
|
doc value. Its size in bytes is equal to
|
|
|
-`4 * dims + 4`, where `dims`—the number of the vector's dimensions.
|
|
|
+`4 * dims + 4`, where `dims`—the number of the vector's dimensions.
|