mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
docs: fixed typo in graph-memory.mdx (#1640)
This commit is contained in:
parent
17eab43cd4
commit
9a0c5a5ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue