All embeddings need to be retrieved from the ElasticSearch index to be able to perform the clustering process. After the documents have been retrieved, perform the Mean-Shift clustering algorithm.
After clustering, prepare the cluster objects to be saved in the ElasticSearch index. The generated objects need to be sent to ElasticSearch for them to be saved. Finally, delete the elements in the `tmp` index.
API-26 Retrieve embeddings and perform (re-)clustering
All embeddings need to be retrieved from the ElasticSearch index to be able to perform the clustering process. After the documents have been retrieved, perform the Mean-Shift clustering algorithm. After clustering, prepare the cluster objects to be saved in the ElasticSearch index. The generated objects need to be sent to ElasticSearch for them to be saved. Finally, delete the elements in the `tmp` index.