Skip to content

Commit 3aecfc5

Browse files
committed
docs: re-record demo GIF for v1.0.1
Shows 4-lane search with --explain, person context bundles, status with intelligence state. Comments flash then clear before commands. Uses brew-installed binary.
1 parent f0f23da commit 3aecfc5

3 files changed

Lines changed: 31 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
engraph turns your markdown vault into a searchable knowledge graph that AI agents can query through [MCP](https://modelcontextprotocol.io). It combines semantic embeddings, full-text search, and wikilink graph traversal into a single local binary. No API keys, no cloud — everything runs on your machine.
1010

1111
<p align="center">
12-
<img src="assets/demo.gif" alt="engraph demo: hybrid search with 3-lane RRF, person context bundles" width="800">
12+
<img src="assets/demo.gif" alt="engraph demo: 4-lane hybrid search with LLM intelligence, person context bundles, Metal GPU" width="800">
1313
</p>
1414

1515
## Why engraph?

assets/demo.gif

6.17 MB
Loading

assets/demo.tape

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,61 @@ Set WindowBar Colorful
1010
Set WindowBarSize 40
1111

1212
Hide
13-
Type "export PATH=/Users/devwhodevs/Documents/engraph/target/release:$PATH"
13+
Type "export PATH=/opt/homebrew/bin:$PATH"
1414
Enter
1515
Sleep 500ms
1616
Show
1717

18-
# Title
19-
Type "# engraph — local knowledge graph for AI agents"
20-
Enter
21-
Sleep 1s
18+
# Scene 1: Index
19+
Type "# Index an Obsidian vault (Metal GPU, ~70s for 88 files)"
20+
Sleep 1.5s
21+
Ctrl+U
22+
Sleep 200ms
2223

23-
# Index
2424
Type "engraph index /tmp/engraph-demo-vault"
2525
Enter
26-
Sleep 2s
26+
Sleep 3s
2727

2828
Type ""
2929
Enter
30-
Sleep 500ms
30+
Sleep 300ms
3131

32-
# Search
33-
Type "# Hybrid search: semantic + keyword + graph expansion"
34-
Enter
35-
Sleep 800ms
32+
# Scene 2: 4-lane search with --explain
33+
Type "# 4-lane hybrid search: semantic + keyword + graph + reranker"
34+
Sleep 1.5s
35+
Ctrl+U
36+
Sleep 200ms
3637

37-
Type "engraph search 'how does authentication work' --explain -n 5"
38+
Type "engraph search 'how does authentication work' --explain"
3839
Enter
39-
Sleep 4s
40+
Sleep 5s
4041

4142
Type ""
4243
Enter
43-
Sleep 500ms
44+
Sleep 300ms
4445

45-
# Person context
46-
Type "# Person context bundle — note + mentions + connections"
47-
Enter
48-
Sleep 800ms
46+
# Scene 3: Person context
47+
Type "# Rich context bundles for AI agents"
48+
Sleep 1.5s
49+
Ctrl+U
50+
Sleep 200ms
4951

5052
Type "engraph context who 'Sarah Chen'"
5153
Enter
52-
Sleep 3s
54+
Sleep 4s
5355

5456
Type ""
5557
Enter
56-
Sleep 500ms
58+
Sleep 300ms
59+
60+
# Scene 4: Status
61+
Type "# Index stats + intelligence state"
62+
Sleep 1.5s
63+
Ctrl+U
64+
Sleep 200ms
5765

58-
# Status
5966
Type "engraph status"
6067
Enter
61-
Sleep 2s
68+
Sleep 3s
6269

6370
Sleep 3s

0 commit comments

Comments
 (0)