update README.md

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2025-03-15 10:43:41 -05:00
parent 2ac620f98b
commit 67736487fb
2 changed files with 13 additions and 10 deletions
+8 -6
View File
@@ -20,11 +20,13 @@ enable any compatible LLM to read and write to your local knowledge base.
- Website: http://basicmachines.co
- Documentation: http://memory.basicmachines.co
![Deno](docs/attachments/Claude-Obsidian-Demo.mp4)
## Pick up your conversation right where you left off
Basic Memory provides persistent contextual awareness across sessions through a structured knowledge graph.
The system enables LLMs to access and reference prior conversations, track semantic relationships between concepts, and
incorporate human edits made directly to knowledge files.
- AI assistants can load context from local files in a new conversation
- Notes are saved locally as Markdown files in real time
- No project knowledge or special prompting required
![[Claude-Obsidian-Demo.mp4]]
## Quick Start
@@ -74,10 +76,10 @@ You can also install the CLI tools to sync files or manage projects.
uv tool install basic-memory
# create a new project in a different directory
basic-memory project add coffee ./examples/coffee
uv tool run basic-memory project add coffee ./examples/coffee
# you can set the project to the default
basic-memory project default coffee
uv tool run basic-memory project default coffee
```
View available projects
+5 -4
View File
@@ -21,16 +21,17 @@ Basic Memory connects you and AI assistants through shared knowledge:
3. **Enables knowledge reuse** across different conversations and sessions
4. **Maintains persistence** through local files you control completely
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.
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.
## Pick up your conversation right where you left off
![[Claude-Obsidian-Demo.mp4]]
## Pick up your conversation right where you left off
- AI assistants can load context from local files in a new conversation
- Notes are saved locally as Markdown files in real time
- No project knowledge or special prompting required
![[Claude-Obsidian-Demo.mp4]]
Basic Memory uses:
- **Files as the source of truth** - Everything is stored in plain Markdown files