https://github.com/alexklibisz/ann-benchmarks-lucene
Approximate nearest neighbor benchmarks using Lucene
https://github.com/alexklibisz/ann-benchmarks-lucene
Last synced: 7 months ago
JSON representation
Approximate nearest neighbor benchmarks using Lucene
- Host: GitHub
- URL: https://github.com/alexklibisz/ann-benchmarks-lucene
- Owner: alexklibisz
- License: apache-2.0
- Created: 2021-04-04T03:14:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T05:03:53.000Z (over 4 years ago)
- Last Synced: 2025-01-15T08:25:54.012Z (9 months ago)
- Language: Scala
- Size: 64.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ann-benchmarks-lucene
Lucene-based approximate nearest neighbor implementations for use in the [ann-benchmarks project](https://github.com/erikbern/ann-benchmarks).
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.