Re: Regarding Clustering Support in Lucene

2025-05-14 Thread Arun Kumar Kalakanti
Dear all, My bad, KMeans is in 10.2 too. Are there any other clustering algos like DBSCAN (or HDBSCAN) or Agglomerative planned in future? Regards, Arun Kumar K On Tue, 6 May 2025 at 17:11, Arun Kumar Kalakanti wrote: > Dear all, > > Lucene 10.1 introduced "experimental" KMeans clustering of

Regarding Clustering Support in Lucene

2025-05-06 Thread Arun Kumar Kalakanti
Dear all, Lucene 10.1 introduced "experimental" KMeans clustering of vectors. However, I couldn't find it in the 10.2 version. Ref: https://lucene.apache.org/core/10_1_0/sandbox/org/apache/lucene/sandbox/codecs/quantization/KMeans.html Could you please share the plans, if any, or alternatives in