-
v3.7.1 Stable
released this
2026-03-24 13:42:56 +00:00 | 178 commits to main since this releaseFixed
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- 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