Skip to main content
2026-07-14
v0.1.11: fact-search modes
GET /api/v1/fact-search now accepts a mode parameter:
  • auto (default) — semantic hybrid search with live fallback. This is the existing default behavior.
  • fast — keyword-only search that skips query embedding and the live fallback for the lowest latency. Best when you want the quickest results and don’t need semantic matching.
Omitting mode keeps the existing behavior (auto).

Improved: results when filtering by domain or narrow criteria

Fact-search now reliably returns matching articles when you restrict results (for example, by domain). Previously, narrow filters could return few or no results even when matching articles existed.