@@ -145,29 +145,6 @@ static std::string siftsmall_parts_uri{siftsmall_root / "shuffled_vectors"};
145145static std::string siftsmall_query_uri{siftsmall_root / " queries" };
146146static std::string siftsmall_groundtruth_uri{siftsmall_root / " groundtruth" };
147147
148- using siftsmall_uint8_feature_type = uint8_t ;
149- using siftsmall_uint8_groundtruth_type = uint64_t ;
150- using siftsmall_uint8_centroids_type = float ;
151- using siftsmall_uint8_ids_type = uint64_t ;
152- using siftsmall_uint8_indices_type = uint64_t ;
153- constexpr size_t num_siftsmall_uint8_vectors = 10'000 ;
154- constexpr size_t siftsmall_uint8_dimension = 128 ;
155- static std::string siftsmall_uint8_root{test_array_root / " siftsmall_uint8" };
156- static std::string siftsmall_uint8_group_uri{siftsmall_uint8_root / " group" };
157- static std::string siftsmall_uint8_inputs_uri{
158- siftsmall_uint8_root / " input_vectors" };
159- static std::string siftsmall_uint8_centroids_uri{
160- siftsmall_uint8_root / " partition_centroids" };
161- static std::string siftsmall_uint8_index_uri{
162- siftsmall_uint8_root / " partition_indexes" };
163- static std::string siftsmall_uint8_ids_uri{
164- siftsmall_uint8_root / " shuffled_vector_ids" };
165- static std::string siftsmall_uint8_parts_uri{
166- siftsmall_uint8_root / " shuffled_vectors" };
167- static std::string siftsmall_uint8_query_uri{siftsmall_uint8_root / " queries" };
168- static std::string siftsmall_uint8_groundtruth_uri{
169- siftsmall_uint8_root / " groundtruth" };
170-
171148using bigann1M_feature_type = uint8_t ;
172149using bigann1M_groundtruth_type = uint64_t ;
173150using bigann1M_centroids_type = float ;
@@ -298,33 +275,6 @@ static std::string diskann_mem_index{
298275static std::string diskann_truth_index_data =
299276 diskann_root / " truth_index_siftsmall_learn_256pts_R4_L50_A1.2.data" ;
300277
301- /*
302- * Definitions for the "nano" reference group for vamana index
303- */
304- using vamana_nano_feature_type = float ;
305- using vamana_nano_groundtruth_type = uint64_t ;
306- using vamana_nano_ids_type = uint64_t ;
307- using vamana_nano_indices_type = uint64_t ;
308- constexpr size_t num_vamana_nano_vectors = 231 ;
309- constexpr size_t vamana_nano_dimension = 128 ;
310- static std::string vamana_nano_root{nano_root / " vamana" };
311- static std::string vamana_nano_group_uri{
312- vamana_nano_root / " vamana_test_index" };
313-
314- static std::string vamana_nano_inputs_uri{vamana_nano_root / " feature_vectors" };
315- static std::string vamana_nano_feature_vectors_uri{
316- vamana_nano_root / " feature_vectors" };
317- static std::string vamana_nano_adjacency_scores_uri{
318- vamana_nano_root / " adjacency_scores" };
319- static std::string vamana_nano_adjacency_ids_uri{
320- vamana_nano_root / " adjacency_ids" };
321- static std::string vamana_nano_adjacency_row_index_uri{
322- vamana_nano_root / " adjacency_row_index" };
323-
324- static std::string vamana_nano_query_uri{vamana_nano_root / " queries" };
325- static std::string vamana_nano_groundtruth_uri{
326- vamana_nano_root / " groundtruth" };
327-
328278#define TEMP_LEGACY_URIS
329279#ifdef TEMP_LEGACY_URIS
330280using db_type = siftsmall_feature_type;
0 commit comments