alexklibisz / ann-benchmarks-lucene

Approximate nearest neighbor benchmarks using Lucene

Repository from Github https://github.comalexklibisz/ann-benchmarks-luceneRepository from Github https://github.comalexklibisz/ann-benchmarks-lucene

ann-benchmarks-lucene

Lucene-based approximate nearest neighbor implementations for use in the ann-benchmarks project.

This is basically just a simple HTTP server that sits in front of Lucene-based approximate nearest neighbor search implementations. Wrapping the implementations in a server makes it possible to use in the ann-benchmarks project, which expects a Python implementation. (The Python implementation can just hit the server endpoints).

The server can be downloaded as a Jar from each release. It's still a work in progress so documentation is basically non-existent.

About

Approximate nearest neighbor benchmarks using Lucene

License:Apache License 2.0


Languages

Language:Scala 94.4%Language:Shell 5.6%