Skip to content

Commit 42f1980

Browse files
authored
Merge pull request #44 from drafthq/claude/pageindex-draft-artifacts-emfxyy
Blog post: reasoning-based vectorless retrieval over the wiki
2 parents cd14290 + 1c36d4a commit 42f1980

4 files changed

Lines changed: 253 additions & 2 deletions

File tree

web/blog/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ <h1>The <span class="gradient-text">Draft Blog</span></h1>
8888
</section>
8989

9090
<section class="post-list">
91+
<article class="post-card">
92+
<a href="reasoning-retrieval/" class="post-card-link">
93+
<p class="post-card-meta"><time datetime="2026-06-20">June 20, 2026</time> &middot; 7 min read</p>
94+
<h2 class="post-card-title">Similarity Isn't Relevance: How Draft Retrieves Context by Reasoning, Not Vectors</h2>
95+
<p class="post-card-excerpt">Vector search returns the chunks that <em>look like</em> your query. Draft's knowledge wiki returns the concepts that <em>actually matter</em> &mdash; by reasoning over a navigable table of contents instead of running a similarity search over embeddings. No vector DB, no chunking, no cloud &mdash; and a retrieval path you can audit.</p>
96+
<span class="post-card-cta">Read post <span class="post-card-cta-arrow" aria-hidden="true">&rarr;</span></span>
97+
</a>
98+
</article>
99+
91100
<article class="post-card">
92101
<a href="graph-engine-vs-grep/" class="post-card-link">
93102
<p class="post-card-meta"><time datetime="2026-06-16">June 16, 2026</time> &middot; 10 min read</p>

0 commit comments

Comments
 (0)