mirror of
https://github.com/mruwnik/memory.git
synced 2026-01-02 17:22:58 +01:00
Query analysis and HyDE are both LLM-based operations that run in parallel via asyncio.gather, so enabling query analysis adds no extra latency when HyDE is also enabled. Query analysis provides: - Modality detection from query content - Query cleaning and reformulation - Query variants for better recall 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>