Hi, I have a large collection of daily memory files in my workspace
(memory/YYYY-MM-DD.md format).
Currently my agent can only do keyword-based retrieval - it only finds
memories when I mention specific keywords.
I want to implement semantic search so the agent can proactively find
related memories based on context, not just keywords.
My setup:
- OpenClaw on WSL2
- Primary model: myclaw/minimax-m2.7
- Memory files in: ~/.openclaw/workspace/memory/
Questions:
- Does OpenClaw have built-in vector/semantic search support?
- If not, what's the recommended way to add this? (ChromaDB, etc.)
- Is there a skill or plugin that handles this?