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.JSON array of floats (same length as store dimension).
Maximum results to return. Capped at 100.
Minimum score (0–1). Used when
kiosk_mode is true.When
true, filters results below threshold.Result fields
| Field | Description |
|---|---|
id | Matched item id |
score | Similarity score (0–1), rounded to 6 decimals |
label | Human-readable relevance label |
text | Stored text, if any |
The CLI and Python SDK can embed plain-text queries locally before calling this endpoint. See CLI: search and Python: search_text().