docs(examples): clarify reference memory limits

This commit is contained in:
ZiyaZhang
2026-07-31 02:08:35 -07:00
parent 7e929d3d50
commit e2fb026dee
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -55,6 +55,8 @@ dsh --config "$PWD/examples/mcp-memory/mcp-reference-memory.cordis.yml"
This reference server stores a local knowledge graph and exposes entity, relation, observation, read, search, and open tools. It needs no model or embedding service. The example maps `DSH_MEMORY_USER_ID` to an isolated `MEMORY_FILE_PATH`.
Search is case-insensitive substring matching over entity names, types, and observations, not semantic retrieval. The server does not add embeddings, automatic summarization, conflict resolution, or a forgetting policy.
### Engram
```sh