Clustering Unstructured Text with LLM Embeddings and HDBSCAN (opens in new tab)
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.
Read the original article