mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
@@ -43,3 +43,6 @@ ENV/
|
||||
# macOS
|
||||
.DS_Store
|
||||
/.coverage.*
|
||||
|
||||
# obsidian docs:
|
||||
/docs/.obsidian/
|
||||
Vendored
+7
-1
@@ -1 +1,7 @@
|
||||
{}
|
||||
<<<<<<< HEAD
|
||||
{}
|
||||
=======
|
||||
{
|
||||
"readableLineLength": false
|
||||
}
|
||||
>>>>>>> pre-beta-prep
|
||||
|
||||
Vendored
+18
@@ -11,10 +11,21 @@
|
||||
"id": "cd58e5dfc86465e3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
<<<<<<< HEAD
|
||||
"type": "empty",
|
||||
"state": {},
|
||||
"icon": "lucide-file",
|
||||
"title": "New tab"
|
||||
=======
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Getting Started with Basic Memory.md",
|
||||
"mode": "preview",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Getting Started with Basic Memory"
|
||||
>>>>>>> pre-beta-prep
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -162,6 +173,13 @@
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
"active": "a06f3217ff27ae41",
|
||||
"lastOpenFiles": []
|
||||
=======
|
||||
"active": "cd58e5dfc86465e3",
|
||||
"lastOpenFiles": [
|
||||
"User Guide.md"
|
||||
]
|
||||
>>>>>>> pre-beta-prep
|
||||
}
|
||||
@@ -117,6 +117,10 @@ Claude will:
|
||||
2. Summarize the key findings
|
||||
3. Offer to explore specific documents in more detail
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
See [[User Guide#Using Special Prompts]] for further information.
|
||||
>>>>>>> pre-beta-prep
|
||||
## Using Your Knowledge Base
|
||||
|
||||
### Referencing Knowledge
|
||||
|
||||
@@ -107,6 +107,7 @@ This is useful for:
|
||||
|
||||
### Example
|
||||
|
||||
<<<<<<< HEAD
|
||||
Choose "Continue Conversation"
|
||||
![[prompt 1.png|500]]
|
||||
|
||||
@@ -117,6 +118,24 @@ Give instructions
|
||||
![[prompt3.png|500]]
|
||||
|
||||
Claude can build context from the supplied topic.
|
||||
=======
|
||||
Claude Desktop lets you send a prompt to provide context. You can use this at the beginning of a chat to preload context without needing to copy paste all the time. By using one of the supplied prompts, Basic Memory will search the knowledge base and give the AI instructions for how to build context.
|
||||
|
||||
Choose "Continue Conversation":
|
||||
|
||||
![[prompt 1.png|500]]
|
||||
|
||||
Enter a topic:
|
||||
|
||||
![[prompt2.png|500]]
|
||||
|
||||
Give optional additional instructions:
|
||||
|
||||
![[prompt3.png|500]]
|
||||
|
||||
Claude can build context from the supplied topic. This works independently of Claude Project information. All the context comes from your local knowledge base.
|
||||
|
||||
>>>>>>> pre-beta-prep
|
||||
![[prompt4.png|500]]
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
||||
|
||||
<<<<<<< HEAD
|
||||
__version__ = "0.9.0"
|
||||
=======
|
||||
__version__ = "0.8.0"
|
||||
>>>>>>> pre-beta-prep
|
||||
|
||||
Reference in New Issue
Block a user