• v3.7.1 09b137b9d5

    v3.7.1 Stable

    ric_harvey released this 2026-03-24 13:42:56 +00:00 | 178 commits to main since this release

    Fixed

    • Duplicate detection in web UI showing empty clusters: The duplicates page reported the correct number of clusters but displayed "0 memories, similarity ?" for each one. Root cause was a mismatch between the find_all_duplicates() return structure (flat list of dicts) and the Jinja2 template which expected named attributes (cluster.keys, cluster.max_similarity). Clusters are now returned as {"memories": [...], "max_similarity": float} and the template iterates correctly. Max pairwise similarity is now computed and displayed per cluster.
    Downloads