erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.97k stars 747 forks source link

Evaluate JVector #550

Open msmygit opened 1 week ago

msmygit commented 1 week ago

JVector is available here and it would be awesome to have it in the benchmark comparisons. This library powers some of the famours vector databases out there such as but not limited to DataStax Astra DB, Apache Cassandra, Upstash, etc.,

maumueller commented 3 days ago

This would indeed be interesting, I'd be happy to see support for this. The only problem is that our setup assumes a Python wrapper to be available (or some client/server architecture), and I'm not sure how this would work for their Java-based solution.