Skip to content

Commit fd61873

Browse files
xieyddusamoi
andauthored
Update src/vectorchord/usage/indexing.md
Co-authored-by: usamoi <[email protected]> Signed-off-by: xieydd <[email protected]>
1 parent b3a5ba4 commit fd61873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vectorchord/usage/indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ The following parameters are available:
110110
- Domain: `[0, 1024]`
111111
- Default: `10`
112112
- Example:
113-
- `build.internal.kmeans_iterations = 10` means that the K-means algorithm runs for $10$ iterations.
114-
- `build.internal.kmeans_iterations = 100` means that the K-means algorithm runs for $100$ iterations.
113+
- `build.internal.kmeans_iterations = 10` means that the K-means algorithm performs $10$ iterations.
114+
- `build.internal.kmeans_iterations = 100` means that the K-means algorithm performs $100$ iterations.
115115
- Note: The K-means algorithm is an iterative algorithm that converges to a local minimum. The `kmeans_iterations` parameter controls the number of iterations for the K-means algorithm. A higher value means that more iterations are performed, which can lead to better search performance, but also increases the build time.
116116

117117
#### `build.internal.build_threads`

0 commit comments

Comments
 (0)