Skip to content

Commit 3a85e70

Browse files
RayOffiahsimon-dew
authored andcommitted
Merge pull request #586
* [DOC-13765]: Small typo - Feedback on Use Vector Indexes
1 parent fa32c8c commit 3a85e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/vector-index/pages/vectors-and-indexes-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Couchbase {product-name} supports two types of quantization:
281281
[#pq]
282282
=== Product Quantization (PQ)
283283
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.
284+
It then replaces each set of dimensions with a single value that represents the nearest centroid in the subspace.
285285
This method reduces the size of the vector by replacing the original floating point values with smaller integers that represent the centroid.
286286

287287
PQ processes vectors by following these steps:

0 commit comments

Comments
 (0)