[skip e2e] improve annotation (#14074)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2021-12-23 15:25:13 +08:00 committed by GitHub
parent b5cdb23ad3
commit 18c0ff116b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Hopefully, changing to another type of scheduler should be quite straightforward
## Distributed k-means
To cluster 500M vectors to 10M centroids, it is useful to have a distriubuted k-means implementation.
To cluster 500M vectors to 10M centroids, it is useful to have a distributed k-means implementation.
The distribution simply consists in splitting the training vectors across machines (servers) and have them do the assignment.
The master/client then synthesizes the results and updates the centroids.