You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 traversalinto a single local binary. No API keys, no cloud — everything runs on your machine.
9
+
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, wikilink graph traversal, and LLM-powered reranking into a single local binary. Same model stack as [qmd](https://github.com/tobi/qmd). No API keys, no cloud — everything runs on your machine.
10
10
11
11
<palign="center">
12
12
<imgsrc="assets/demo.gif"alt="engraph demo: 4-lane hybrid search with LLM intelligence, person context bundles, Metal GPU"width="800">
@@ -34,24 +34,27 @@ Existing options are either cloud-dependent (Notion AI, Mem), limited to keyword
Lead on the auth rewrite. Key decisions documented in...
103
+
3. [0.04] 03-Resources/People/Sarah-Chen.md > # Sarah Chen #4adb39
104
+
Senior Backend Engineer. Tech lead for authentication and security systems...
102
105
```
103
106
104
-
Note how result #3 was found via **graph expansion** — Sarah's note doesn't mention "auth system" directly, but she's linked from the auth architecture doc.
107
+
Note how result #3 was found via **graph expansion** — Sarah's note doesn't mention "auth system" directly, but she's linked from the auth architecture doc via `[[Sarah Chen]]`.
105
108
106
109
**Connect to Claude Code:**
107
110
@@ -122,22 +125,40 @@ engraph serve
122
125
123
126
Now Claude can search your vault, read notes, build context bundles, and create new notes — all through structured tool calls.
Q2 deliverables: auth rewrite by April 15, API v2 by May 1...
150
+
01-Projects/API-Design.md
151
+
RRF: 0.0387
152
+
semantic: rank #2, raw 0.38, +0.0194
153
+
rerank: rank #2, raw 0.01, +0.0194
154
+
02-Areas/Development/Auth-Architecture.md
155
+
RRF: 0.0384
156
+
semantic: rank #1, raw 0.51, +0.0197
157
+
rerank: rank #4, raw 0.00, +0.0187
139
158
```
140
159
160
+
The orchestrator classified the query as **Conceptual** (boosting semantic lane weight). The reranker scored each result for relevance as the 4th RRF lane.
161
+
141
162
**Rich context for AI agents:**
142
163
143
164
```bash
@@ -208,7 +229,7 @@ engraph is not a replacement for Obsidian — it's the intelligence layer that s
0 commit comments