docs: fixed typo in graph-memory.mdx (#1640)

This commit is contained in:
Luv 2026-09-02 22:37:03 +05:30 committed by GitHub
parent 17eab43cd4
commit 9a0c5a5ad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ Uploading a long PDF does more than store bytes: Supermemory derives many memori
## Properties and rules of memories
1. Memories are atomic - Each memory has enough information and context about one particular topic
2. They always build on top of each other - with `updates`, the model knows the history, a memory `extends` from other memories, and new facts are derived (`derives` relation) from existing knowledg.e
2. They always build on top of each other - with `updates`, the model knows the history, a memory `extends` from other memories, and new facts are derived (`derives` relation) from existing knowledge.
## Memory relationships