Skip expensive LLM query expansion when initial BM25 search has strong signals (top result score > 0.7). This saves LLM calls and latency for queries that already match well. - Run initial BM25 search first - Check if top result has strong score - Skip expansion if signal is strong - Reuse initial search results for retrieval 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli.test.ts | ||
| collections.ts | ||
| formatter.ts | ||
| llm.test.ts | ||
| llm.ts | ||
| mcp.test.ts | ||
| mcp.ts | ||
| qmd.ts | ||
| store.test.ts | ||
| store.ts | ||