[claude] Mnemosyne: semantic search via holographic linker similarity (#1223) #1225
Reference in New Issue
Block a user
Delete Branch "claude/issue-1223"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1223
What
Adds
semantic_search()toMnemosyneArchivebacked by the existingHolographicLinkertokenizer and Jaccard similarity — no new dependencies.How it works
HolographicLinker._tokenize()(same tokenizer used during ingestion)search()(keyword match)CLI
Tests
5 new tests covering: basic results, link boost ranking, keyword fallback, empty archive, and semantic vs keyword relevance comparison. All 22 tests pass.