From 0fbe5af9618d728d56ccf8bfc06179c816306857 Mon Sep 17 00:00:00 2001 From: Charles Korn Date: Mon, 10 Nov 2025 11:55:30 +1100 Subject: [PATCH] Fix heading for `limitk` docs Signed-off-by: Charles Korn --- docs/querying/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.