Skip to contents

Usage

method_hnsw(x, y, k, distance, verbose, n_threads, path, control)

Arguments

x

deduplication or reference data,

y

query data,

k

number of neighbours to return,

distance

type of distance to calculate,

verbose

if TRUE, log messages to the console,

n_threads

Maximum number of threads to use,

path

path to write the index,

control

controls for the HNSW algorithm.

Author

Maciej Beręsewicz