Skip to content

Commit

Permalink
Update disk_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Nov 11, 2024
1 parent 3a81a43 commit 9cfb19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/reference/disk_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Currently, a vector field only supports one index type. Milvus automatically del
## Prerequisites

To use DiskANN, note that
- DiskANN is enabled by default. If you prefer in-memory index over on-disk index, you are advised to disable this feature for a better performance.
- 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`.
- The Milvus instance runs on Ubuntu 18.04.6 or a later release.
Expand Down

0 comments on commit 9cfb19c

Please sign in to comment.