Release Date: July 18, 2025
AudioMuse-AI v0.6.2-beta improving the clustering functionality and ginving more control over the song similarity function.
The new TOP_N_PLAYLISTS
clustering parameter, avaiable in both basic and andvanced interface, helps keep only the top N most diverse playlists during clustering (default: 8), reducing noise and improving quality.
We've also introduced the ANNOY_METRIC environment variable, allowing fine-tuned similarity searches using different distance metrics like 'angular'
, 'euclidean'
, 'manhattan'
, 'hamming'
, or 'dot', giving users more control and precision in audio matching. The default for the moment stay on
'angular'` ase the previous version.
What's Changed
- Devel -> Main by @NeptuneHub in #29
Full Changelog: v0.6.1-beta...v0.6.2-beta