Skip to main content

Synopsis

moorcheh-edge search (--query-text TEXT | --query-vector-json JSON) [--top-k N] [--base-url URL]

Options

FlagRequiredDescription
--query-textOne requiredPlain text query (embeds locally)
--query-vector-jsonOne requiredJSON array matching store dimension
--top-kNoMax results (default 10)
--thresholdNoMinimum score filter
--kiosk-modeNoEnable threshold filtering
--base-urlNoAPI base URL

Examples

moorcheh-edge search --query-text "Hello world" --top-k 5
moorcheh-edge search --query-vector-json "[0.1, 0.2, ...]" --top-k 5
On PowerShell, wrap JSON in single quotes: '["item-1"]' for delete, and a full float array for search.
See API: Search.