Structs§
- Consolidation
Group - A group of memory IDs that are candidates for consolidation.
Functions§
- find_
candidates - Find pairs of memories in the given list that have high term overlap and share the same key AND scope. Returns consolidation groups.
- merge_
values - Merge values from multiple memory texts, keeping all unique lines.
- term_
similarity - Jaccard similarity between two text values based on whitespace-split terms.