We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92fceb commit ffd4099Copy full SHA for ffd4099
docs/reference/how-to/knn-search.asciidoc
@@ -76,7 +76,7 @@ Here are estimates for different element types and quantization levels:
76
* `element_type: float`: `num_vectors * num_dimensions * 4`
77
* `element_type: float` with `quantization: int8`: `num_vectors * (num_dimensions + 4)`
78
* `element_type: float` with `quantization: int4`: `num_vectors * (num_dimensions/2 + 4)`
79
-* `element_type: float` with `quantization: bbq`: `num_vectors * (num_dimensions/8 + 12)`
+* `element_type: float` with `quantization: bbq`: `num_vectors * (num_dimensions/8 + 14)`
80
* `element_type: byte`: `num_vectors * num_dimensions`
81
* `element_type: bit`: `num_vectors * (num_dimensions/8)`
82
0 commit comments