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 Nov 13, 2024
1 parent 40ab106 commit 7259cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2.4.x/site/en/reference/disk_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Currently, a vector field only supports one index type. Milvus automatically del
## Prerequisites

To use DiskANN, note that

- DiskANN is disabled by default. If you prefer in-memory index over on-disk index, you are advised to disable this feature for a better performance.
- To disable it, you can change `queryNode.enableDisk` to `false` in your milvus configuration file.
- To enable it again, you can set `queryNode.enableDisk` to `true`.
Expand Down

0 comments on commit 7259cc9

Please sign in to comment.