Skip to content

Commit 99ec5d0

Browse files
devwhodevsclaude
andcommitted
docs: add terminal demo GIF to README
Recorded via vhs against a sample vault. Shows hybrid search with --explain, person context bundle, and status output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70d5d88 commit 99ec5d0

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

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

11+
<p align="center">
12+
<img src="assets/demo.gif" alt="engraph demo: hybrid search with 3-lane RRF, person context bundles" width="800">
13+
</p>
14+
1115
## Why engraph?
1216

1317
Plain vector search treats your notes as isolated documents. But knowledge isn't flat — your notes link to each other, share tags, reference the same people and projects. engraph understands these connections.

assets/demo.gif

895 KB
Loading

assets/demo.tape

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
Output assets/demo.gif
2+
Set Shell zsh
3+
Set FontSize 15
4+
Set Width 1100
5+
Set Height 700
6+
Set Padding 20
7+
Set Theme "Catppuccin Mocha"
8+
Set TypingSpeed 50ms
9+
Set WindowBar Colorful
10+
Set WindowBarSize 40
11+
12+
Hide
13+
Type "export PATH=/Users/devwhodevs/Documents/engraph/target/release:$PATH"
14+
Enter
15+
Sleep 500ms
16+
Show
17+
18+
# Title
19+
Type "# engraph — local knowledge graph for AI agents"
20+
Enter
21+
Sleep 1s
22+
23+
# Index
24+
Type "engraph index /tmp/engraph-demo-vault"
25+
Enter
26+
Sleep 2s
27+
28+
Type ""
29+
Enter
30+
Sleep 500ms
31+
32+
# Search
33+
Type "# Hybrid search: semantic + keyword + graph expansion"
34+
Enter
35+
Sleep 800ms
36+
37+
Type "engraph search 'how does authentication work' --explain -n 5"
38+
Enter
39+
Sleep 4s
40+
41+
Type ""
42+
Enter
43+
Sleep 500ms
44+
45+
# Person context
46+
Type "# Person context bundle — note + mentions + connections"
47+
Enter
48+
Sleep 800ms
49+
50+
Type "engraph context who 'Sarah Chen'"
51+
Enter
52+
Sleep 3s
53+
54+
Type ""
55+
Enter
56+
Sleep 500ms
57+
58+
# Status
59+
Type "engraph status"
60+
Enter
61+
Sleep 2s
62+
63+
Sleep 3s

0 commit comments

Comments
 (0)