@@ -67,6 +67,29 @@ navigation:
6767 path : " ./pages/vector_databases_vs_vector_search.md"
6868 - page : " Tuning Indexes"
6969 path : " ./pages/tuning_guide.md"
70+ - page : " Integrations"
71+ path : " ./pages/integrations.md"
72+ - page : " Use-cases"
73+ path : " ./pages/use_cases.md"
74+ - page : " Using cuVS APIs"
75+ hidden : true
76+ path : " ./pages/working_with_ann_indexes.md"
77+ - section : " User Guide"
78+ contents :
79+ - page : " cuVS API Basics"
80+ hidden : true
81+ path : " ./pages/api_basics.md"
82+ - page : " Interoperability"
83+ hidden : true
84+ path : " ./pages/api_interoperability.md"
85+ - section : " Clustering Guide"
86+ contents :
87+ - page : " K-Means"
88+ path : " ./pages/cluster/kmeans.md"
89+ - page : " Single-linkage"
90+ path : " ./pages/cluster/single_linkage.md"
91+ - page : " Spectral Clustering"
92+ path : " ./pages/cluster/spectral.md"
7093 - section : " Indexing Guide"
7194 path : " ./pages/neighbors/neighbors.md"
7295 contents :
@@ -86,20 +109,17 @@ navigation:
86109 path : " ./pages/neighbors/vamana.md"
87110 - page : " All-neighbors"
88111 path : " ./pages/neighbors/all_neighbors.md"
89- - page : " Using cuVS APIs"
90- hidden : true
91- path : " ./pages/working_with_ann_indexes.md"
92- - section : " User Guide"
93- contents :
94- - page : " cuVS API Basics"
95- hidden : true
96- path : " ./pages/api_basics.md"
97- - page : " Interoperability"
98- hidden : true
99- path : " ./pages/api_interoperability.md"
100- - page : " Integrations"
101- path : " ./pages/integrations.md"
102- - section : " Benchmarking"
112+ - section : " Preprocessing Guide"
113+ contents :
114+ - page : " Binary Quantizer"
115+ path : " ./pages/preprocessing/binary_quantizer.md"
116+ - page : " PCA"
117+ path : " ./pages/preprocessing/pca.md"
118+ - page : " Product Quantization"
119+ path : " ./pages/preprocessing/product_quantization.md"
120+ - page : " Scalar Quantizer"
121+ path : " ./pages/preprocessing/scalar_quantizer.md"
122+ - section : " Benchmarking Guide"
103123 contents :
104124 - page : " Methologies"
105125 path : " ./pages/comparing_indexes.md"
0 commit comments