From 4f7f33f7b7952aa316b827141bcd35565defc8b5 Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Wed, 19 Apr 2023 17:23:06 -0700 Subject: [PATCH] wip ann indexes doc --- docs/src/ann_indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ann_indexes.md b/docs/src/ann_indexes.md index 2dbc1884..2de6afd2 100644 --- a/docs/src/ann_indexes.md +++ b/docs/src/ann_indexes.md @@ -29,7 +29,7 @@ Since `create_index` has a training, it can take a couple of minutes to finish f creation by providing the following parameters: - **num_partitions**: The number of partitions of the index. A higher number leads to better search quality, but it makes index generation slower. -- **num_partitions**: The number of subvectors (M) that will be created during Product Quantization (PQ). A larger number makes +- **num_sub_vectors**: The number of subvectors (M) that will be created during Product Quantization (PQ). A larger number makes search more accurate, but also makes the index larger and slower to build. ## Querying an ANN Index