Skip to content

Commit

Permalink
Merge pull request #2751 from yiwen92/patch-15
Browse files Browse the repository at this point in the history
Update with-iterators.md
  • Loading branch information
liyun95 authored Aug 7, 2024
2 parents cf66f2d + 0f2bdac commit aed340f
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 aed340f

Please sign in to comment.