Skip to content

Commit 6b598d1

Browse files
Update dense-vector.asciidoc
Formatting: - removed obscure `+` sign - added bullets
1 parent 5f3595b commit 6b598d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,9 @@ that sacrifices result accuracy for improved speed.
117117
The `dense_vector` type supports quantization to reduce the memory footprint required when <<approximate-knn, searching>> `float` vectors.
118118
The two following quantization strategies are supported:
119119

120-
+
121120
--
122-
`int8` - Quantizes each dimension of the vector to 1-byte integers. This can reduce the memory footprint by 75% at the cost of some accuracy.
123-
`int4` - Quantizes each dimension of the vector to half-byte integers. This can reduce the memory footprint by 87% at the cost of some accuracy.
121+
- `int8` - Quantizes each dimension of the vector to 1-byte integers. This can reduce the memory footprint by 75% at the cost of some accuracy.
122+
- `int4` - Quantizes each dimension of the vector to half-byte integers. This can reduce the memory footprint by 87% at the cost of some accuracy.
124123
--
125124

126125
To use a quantized index, you can set your index type to `int8_hnsw` or `int4_hnsw`. When indexing `float` vectors, the current default

0 commit comments

Comments
 (0)