get_inference_latency
Check vector search latency percentiles (p50/p95/p99) per index and SLA breach status to verify if searches meet latency budgets.
Instructions
Get the FT.SEARCH latency profile: p50/p95/p99 per vector index over the sampling window, plus SLA breach status per index. sla is null when BetterDB Pro inference SLA monitoring is absent or unlicensed, and an empty array when it is active with no indexes configured. More specific than get_latency, which covers general command latency. Use to answer "are vector searches meeting their latency budget?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windowMs | No | Profile window in whole milliseconds, minimum 1000 (service default if omitted) | |
| instanceId | No | Optional instance ID override |