mirror of
https://github.com/mruwnik/memory.git
synced 2026-01-02 09:12:58 +01:00
- Add useModalityDetection config flag to detect content type hints
from natural language queries (e.g., "on lesswrong" → forum,
"comic about" → comic)
- Strip meta-language noise from queries ("there was something about")
- Add family term expansion (father ↔ son, parent ↔ child, etc.)
- Modality detection is off by default, configurable per-request
TODO: Replace regex-based detection with LLM-based query analysis
(Haiku) that can run in parallel with HyDE for better accuracy.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>