Package com.spotify.voyager.jni


package com.spotify.voyager.jni
Java Native Interface (JNI) bindings to expose functionality from Voyager's C++ code into Java.
  • Class
    Description
    A Voyager index, providing storage of floating-point vectors and the ability to efficiently search among those vectors.
    A container for query results, returned by Index.
    The space, also known as distance metric, to use when searching.
    The datatype used to use when storing vectors on disk.
    Wrapper around com.spotify.voyager.jni.Index with a simplified interface which maps the index ID to a provided String.
    A wrapper class for nearest neighbor query results.