qmd-web / README.md
shreyask's picture
wire App.tsx integration, update title, add HF Space README
0e526ea verified
metadata
title: QMD Web Demo
emoji: ๐Ÿ”
colorFrom: blue
colorTo: green
sdk: static
pinned: false
license: mit

QMD Web Demo

In-browser hybrid search pipeline using WebGPU + Transformers.js v4.

Demonstrates the full QMD search pipeline running entirely in your browser:

  1. Query Expansion โ€” Qwen3 1.7B generates HyDE, semantic, and keyword variants
  2. Parallel Search โ€” BM25 keyword search + vector similarity search
  3. Reciprocal Rank Fusion โ€” Merges results from multiple search backends
  4. LLM Reranking โ€” Qwen3 Reranker 0.6B scores document relevance
  5. Score Blending โ€” Position-aware combination of RRF and reranker scores

Requirements

  • Chrome 113+ or Edge 113+ (WebGPU required)
  • ~2.5GB model download on first visit (cached for subsequent visits)

Models

Based on QMD by Tobi Lรผtke.