opendistro-for-elasticsearch / k-NN

🆕 A machine learning plugin which supports an approximate k-NN search algorithm for Open Distro.

Home Page:https://opendistro.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perform clustering

gauthier-schweitzer opened this issue · comments

commented

Hi !
Thanks for the amazing job you're doing. I want to use elasticsearch to perform on the fly clustering of hundreds of thousands of dense vectors. Is there a way I can use some sort of aggregation based on similarity ?
My intuition is that HNSW graphs could be useful for that : is there a way to export them ?
Thanks

Hi @gauthier-schweitzer , could you elaborate on your use case more a little bit? Maybe give an example?

In terms of exporting them, what do you mean by that? Could you not just use nmslib directly?