Skip to content

Commit 29760e0

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Release new docs
1 parent c42eab5 commit 29760e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.3.x/site/en/reference/disk_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use DiskANN, ensure that you
4141

4242
| Parameter | Description | Range |
4343
| ------------- | ----------------------------------- | ----------------------------------------------- |
44-
| `search_list` | Size of the candidate list, a larger size offers a higher recall rate with degraded performance. | [k, min( 10 * k, 65535)] for k > 20 <br> [k, 200] for k <= 20 |
44+
| `search_list` | Size of the candidate list, a larger size offers a higher recall rate with degraded performance. | [top_k, min( 10 * top_k, 65535)] for k > 20 <br> [top_k, 200] for top_k <= 20 |
4545

4646
## DiskANN-related Milvus configurations
4747

0 commit comments

Comments
 (0)