Skip to content

Commit 6773648

Browse files
committed
update README.md
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 2ac620f commit 6773648

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ enable any compatible LLM to read and write to your local knowledge base.
2020
- Website: http://basicmachines.co
2121
- Documentation: http://memory.basicmachines.co
2222

23-
![Deno](docs/attachments/Claude-Obsidian-Demo.mp4)
23+
## Pick up your conversation right where you left off
2424

25-
Basic Memory provides persistent contextual awareness across sessions through a structured knowledge graph.
26-
The system enables LLMs to access and reference prior conversations, track semantic relationships between concepts, and
27-
incorporate human edits made directly to knowledge files.
25+
- AI assistants can load context from local files in a new conversation
26+
- Notes are saved locally as Markdown files in real time
27+
- No project knowledge or special prompting required
28+
29+
![[Claude-Obsidian-Demo.mp4]]
2830

2931
## Quick Start
3032

@@ -74,10 +76,10 @@ You can also install the CLI tools to sync files or manage projects.
7476
uv tool install basic-memory
7577

7678
# create a new project in a different directory
77-
basic-memory project add coffee ./examples/coffee
79+
uv tool run basic-memory project add coffee ./examples/coffee
7880

7981
# you can set the project to the default
80-
basic-memory project default coffee
82+
uv tool run basic-memory project default coffee
8183
```
8284

8385
View available projects

docs/Welcome to Basic memory.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ Basic Memory connects you and AI assistants through shared knowledge:
2121
3. **Enables knowledge reuse** across different conversations and sessions
2222
4. **Maintains persistence** through local files you control completely
2323

24-
Both you and AI assistants like Claude can read from and write to the same knowledge base, creating a continuous learning environment where each conversation builds upon previous ones.
24+
Both you and AI assistants like Claude can read from and write to the same knowledge base, creating a continuous
25+
learning environment where each conversation builds upon previous ones.
2526

26-
## Pick up your conversation right where you left off
27-
28-
![[Claude-Obsidian-Demo.mp4]]
27+
## Pick up your conversation right where you left off
2928

3029
- AI assistants can load context from local files in a new conversation
3130
- Notes are saved locally as Markdown files in real time
3231
- No project knowledge or special prompting required
3332

33+
![[Claude-Obsidian-Demo.mp4]]
34+
3435
Basic Memory uses:
3536

3637
- **Files as the source of truth** - Everything is stored in plain Markdown files

0 commit comments

Comments
 (0)