aboutsummaryrefslogtreecommitdiffstats
path: root/ann_benchmark
Commit message (Collapse)AuthorAgeFilesLines
* Update mail addressesJon Bratseth2021-10-201-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
|
* ignore fileHåvard Pettersen2021-05-251-0/+1
|
* Add extra constructor argument to HNSW fixture to normalize vectors.Tor Egge2021-05-213-8/+74
| | | | | This allows inner dot product distance metric to be used instead of angular distance metric.
* Don't use valgrind when unit testing python bindings.Tor Egge2021-05-201-1/+1
|
* Updates based on review feedback:Tor Egge2021-05-203-11/+13
| | | | | | | | | Remove distance_threshold argument to find_top_k member function in HNSW index fixture class. Remove duplicate tests in unit test. Adjust comments and descriptions.
* Add python bindings for a HNSW index fixture using a tensor attribute vector ↵Tor Egge2021-05-207-0/+352
containing a nearest neighbor index.