Added: mode parameter for fact-search
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.
mode keeps the existing behavior (auto).
