diff --git a/docs/querying/operators.md b/docs/querying/operators.md index 9aaae3fbcf..b320d8e86e 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -425,7 +425,7 @@ To get the 5 instances with the highest memory consumption across all instances topk(5, memory_consumption_bytes) -#### `limitk` and `limit_ratio` +#### `limitk` `limitk(k, v)` returns a subset of `k` input samples, including the original labels in the result vector.