Clustering Unstructured Text with LLM Embeddings and HDBSCAN - MachineLearningMastery.com
In this article, you will learn how to build a text clustering pipeline by combining large language model embeddings with HDBSCAN, a density-based clustering algorithm, to automatically discover topics in unlabeled text data.