From 4005623c9fd6ec5367a75b8f269e846dd2294926 Mon Sep 17 00:00:00 2001 From: Richard Andersen Date: Wed, 24 Jul 2024 16:11:04 -0700 Subject: [PATCH] Updated readme related to Big ANN attributes --- aerospike/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aerospike/README.md b/aerospike/README.md index 2ff1e062..8fe5e645 100644 --- a/aerospike/README.md +++ b/aerospike/README.md @@ -495,9 +495,9 @@ The arguments are: - \--hdf HDFFILE – The name of the HDF5 file that will be created in the “data” folder. This file will have the following attributes: - dimension – The dimensions of the training vector as defined by the Big ANN dataset - distance – The distance type - - nbrneighbors -- The number of neighbors returned + - defaultsearchcount-- The default search count as defined by Big ANN - point_type – The point type - - searchtype – The distance search type + - metrictype– The metric type used to calculate distance. Currently only support “KNN”. This is associated to the “search type” in Big ANN. - sourcedataset – The Big ANN dataset name - type – Always "dense" - distances – A collection of vectors and shape of the test results distances as defined in the Big ANN dataset