APIScout / backend

API Scout backend code
0 stars 0 forks source link

Sync Mongo Documents to Elastic #4

Closed edoriggio closed 7 months ago

linear[bot] commented 8 months ago
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.