Skip to content

Commit 7b44733

Browse files
committed
docs: add vector search and schema validation to BM intro
1 parent b573bf7 commit 7b44733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ It does three things that work together:
1010

1111
- **Stores knowledge in plain Markdown** — everything lives in plain text files on your computer, not locked inside a database you can't read
1212
- **Creates connections automatically** — notes link to each other through a searchable, traversable knowledge graph
13+
- **Searches by meaning, not just keywords** — vector search finds relevant context even when the exact words don't match
14+
- **Keeps notes consistent** — dynamic schemas and validation ensure your knowledge base stays structured and useful as it grows
1315
- **Enables two-way collaboration** — both you and the AI read and write the same files
1416

1517
Over time, your agent builds a knowledge base that grows with you. Context that survives across sessions. Memory that belongs to you.

0 commit comments

Comments
 (0)