Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 14, 2023
1 parent 55f95c4 commit 59dcaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.3.x/site/en/reference/disk_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use DiskANN, ensure that you

| Parameter | Description | Range |
| ------------- | ----------------------------------- | ----------------------------------------------- |
| `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 |
| `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 top_K > 20 <br> [top_k, 200] for top_k <= 20 |

## DiskANN-related Milvus configurations

Expand Down

0 comments on commit 59dcaf1

Please sign in to comment.