qmd/src
Tobi Lütke 0201710c2b
feat: add structured_search for LLM-provided query expansions
- New MCP tool: structured_search - lets capable LLMs provide their own
  lex/vec/hyde query variations instead of using local expansion model
- New REST endpoint: POST /search - same functionality without MCP protocol
- Updated skill docs to prioritize structured_search for LLM callers
- Added installation instructions for Claude Code, Desktop, and OpenClaw

Pipeline: lex→FTS, vec/hyde→batch embed, RRF fusion (first query 2x weight),
chunk + rerank, position-aware blending, dedup.

This is the recommended endpoint for capable LLMs - they generate better
query variations than the small local model, especially for domain-specific
or nuanced queries.
2026-02-18 19:05:49 -05:00
..
bench-rerank.ts perf: CPU parallelism via multi-context thread splitting 2026-02-15 11:21:45 -05:00
collections.ts fix: resolve relative paths in --index flag to prevent malformed config paths 2026-02-17 10:46:31 -05:00
db.ts fix: hide bun:sqlite import from tsc on Node.js builds 2026-02-16 08:56:02 -04:00
formatter.ts fix: add missing context to search results markdown and XML formatters 2026-02-13 00:34:23 -05:00
llm.ts Merge pull request #206 from tobi/liquidai-query-expansion 2026-02-18 08:42:01 -04:00
mcp.ts feat: add structured_search for LLM-provided query expansions 2026-02-18 19:05:49 -05:00
qmd.ts Merge pull request #200 from vincentkoc/vincentkoc-code/fix-cli-add-message 2026-02-18 08:43:15 -04:00
store.ts feat: add structured_search for LLM-provided query expansions 2026-02-18 19:05:49 -05:00
test-preload.ts fix: increase bun test timeout to 30s via CLI flag 2026-02-15 21:59:18 -04:00