Search
Search
Search the store with a query vector.
POST
Overview
Search the local store using a numeric query vector. The query length must match the store dimension.array
required
JSON array of floats (same length as store dimension).
number
default:"10"
Maximum results to return. Capped at 100.
number
default:"0"
Minimum score (0–1). Used when
kiosk_mode is true.boolean
default:"false"
When
true, filters results below threshold.Result fields
The CLI and Python SDK can embed plain-text queries locally before calling this endpoint. See CLI: search and Python: search_text().