We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa32c8c commit 3a85e70Copy full SHA for 3a85e70
1 file changed
modules/vector-index/pages/vectors-and-indexes-overview.adoc
@@ -281,7 +281,7 @@ Couchbase {product-name} supports two types of quantization:
281
[#pq]
282
=== Product Quantization (PQ)
283
Product Quantization simplifies vectors by breaking their dimensions into chunks called subspaces.
284
-It then replaces each set of dimensions within the with a single value that represents the nearest centroid in the subspace.
+It then replaces each set of dimensions with a single value that represents the nearest centroid in the subspace.
285
This method reduces the size of the vector by replacing the original floating point values with smaller integers that represent the centroid.
286
287
PQ processes vectors by following these steps:
0 commit comments