# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
= 64 # dimension
= 100000 # database size
= 10000 # nb of queries
# make reproducible
=
+= / 1000.
=
+= / 1000.
# make faiss available
= # build the index
# add vectors to the index
= 4 # we want to see 4 nearest neighbors
, = # sanity check
, = # actual search
# neighbors of the 5 first queries
# neighbors of the 5 last queries