v0.2.5
Added
- Alias-exact-match retrieval boost. A query token that exactly matches a memory's reserved
alias::<normalized>tag now adds a fixed boost to that memory's retrieval score, lifting exact alias hits (e.g. "k8s" → the Kubernetes memory) above semantically-similar neighbors near the abstention floor. Matching uses normalized 1–3-word query shingles, so multi-word aliases ("dead letter queue") resolve too. Reuses tag storage; no schema or wire-protocol change.
Full changelog: https://github.com/teflon07/memkeeper/blob/main/CHANGELOG.md