Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

moorcheh-edge search --query-vector-json JSON [--top-k N] [--base-url URL]

Options

FlagRequiredDescription
--query-vector-jsonYesJSON array of 1024 floats
--top-kNoMax results (default 10)
--thresholdNoUsed with --kiosk-mode
--kiosk-modeNoEnable threshold filtering
--base-urlNoAPI base URL

Example

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.