MVN

com.stepstone.search.hnswlib.jna : hnswlib-jna-parent

Maven & Gradle

Feb 10, 2021
29 stars

hnswlib · This project contains a JNA (Java Native Access) implementation built on top of the native Hnswlib (Hierarchical Navigable Small World Graph) which offers a fast approximate nearest neighbor search. It includes some modifications and simplifications in order to provide Hnswlib features with native like performance to applications written in Java. Differently from the original Python implementation, the multi-thread support is not included in the bindings itself but it can be easily implemented on the Java side.

<dependency>
    <groupId>com.stepstone.search.hnswlib.jna</groupId>
    <artifactId>hnswlib-jna-parent</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stepstone.search.hnswlib.jna : hnswlib-jna-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of com.stepstone.search.hnswlib.jna : hnswlib-jna-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
hnswlib-jna-parent-1.4.2
hnswlib-jna-parent-1.4.1
hnswlib-jna-parent-1.4.0
1.3.x
hnswlib-jna-parent-1.3.1
hnswlib-jna-parent-1.3.0
1.2.x
hnswlib-jna-parent-1.2.2
hnswlib-jna-parent-1.2.1
hnswlib-jna-parent-1.2.0
1.1.x
hnswlib-jna-parent-1.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.stepstone.search.hnswlib.jna</groupId>
    <artifactId>hnswlib-jna-parent</artifactId>
    <version>1.4.2</version>
</dependency>