docs: note lower dedup threshold (0.85-0.87) per community feedback

This commit is contained in:
bensig
2026-04-09 22:14:28 -07:00
parent 46520d2154
commit 3a0f782646
+1 -1
View File
@@ -54,7 +54,7 @@ You have access to a local memory palace via MCP tools. The palace stores verbat
- `limit`: max results (default 5) - `limit`: max results (default 5)
- `mempalace_check_duplicate` — Check if content already exists before filing. - `mempalace_check_duplicate` — Check if content already exists before filing.
- `content` (required): text to check - `content` (required): text to check
- `threshold`: similarity threshold (default 0.9) - `threshold`: similarity threshold (default 0.9 — lowering to 0.850.87 often catches more near-duplicates without significant false positives)
- `mempalace_status` — Palace overview: total drawers, wings, rooms, AAAK spec - `mempalace_status` — Palace overview: total drawers, wings, rooms, AAAK spec
- `mempalace_list_wings` — All wings with drawer counts - `mempalace_list_wings` — All wings with drawer counts
- `mempalace_list_rooms` — Rooms within a wing (optional wing filter) - `mempalace_list_rooms` — Rooms within a wing (optional wing filter)