0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make exact index return regular index instead of read only one.. can we get rid of that one ? More... over 6 years ago
Add statistics decorator More... over 6 years ago
Advertise maven / sbt cooridnates More... over 6 years ago
Change version to next dev version More... over 6 years ago
So the exactView does not count it More... over 6 years ago
Prepare release More... over 6 years ago
Fast fail on exception More... over 6 years ago
Add cosine distance method for doubles More... over 6 years ago
Lets just remove the size check since its on the cricical path More... over 6 years ago
Support for sparse vectors More... over 6 years ago
Javadoc More... over 6 years ago
Make support for remove optional and disabled by default More... over 6 years ago
Add scala code example More... over 6 years ago
Add getters for m, ef and efConstruction parameters to hnswindex More... over 6 years ago
Add ability to create a brute force view on the hnsw index More... over 6 years ago
Break index interface into read and write interfaces so we can create views on other indices More... over 6 years ago
Will give a warning More... over 6 years ago
Add unapply method for SearchResult for easier pattern matching More... over 6 years ago
Did release without the release plugin .. because of scala with : More... over 6 years ago
Prepare the release More... over 6 years ago
Adding all the crap supposedly needed for releasing to maven central according to More... over 6 years ago
github.org => github.com More... over 6 years ago
Update examples More... over 6 years ago
No reason it has to be a seq More... over 6 years ago
Java / scaladoc More... over 6 years ago
Create profiles for compiling for either scala 2.11 or scala 2.12 More... over 6 years ago
- Split interface and default delegation logic so you can create your own scala index implementations without being hampered by the the delagtion field - Get rid of concrete index classes and just use a single delegating index impl since there are no index specific fields exposed now anyway More... over 6 years ago
- Change get to optional in java interface - Add convenience method for finding the items closest to another item More... over 6 years ago
- Allow use of non comparable distance functions by allowing you to specify a customn comparator - Change scala interface to be much more convenient - Add convenience save and load methods for nio paths More... over 6 years ago
Spark distance functions More... over 6 years ago