Skip to content

Commit

Permalink
Update with-iterators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwen92 authored Aug 7, 2024
1 parent cf66f2d commit 0f2bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/userGuide/search-query-get/with-iterators.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: With Iterators

# With Iterators

Milvus provides search and query iterators for iterating results with a large volume of entities.
Milvus provides search and query iterators for iterating results with a large volume of entities. Since Milvus limits TopK to 16384, users can use iterators to return large numbers or even whole entities in a collection in batch mode.

## Overview

Expand Down

0 comments on commit 0f2bdac

Please sign in to comment.