summaryrefslogtreecommitdiffstats
path: root/ann_benchmark
Commit message (Collapse)AuthorAgeFilesLines
* fix ignoreArne Juul2022-08-251-1/+1
|
* Use double data type when normalizing vector.Tor Egge2022-08-242-4/+5
|
* Include iostream to get declaration of std::cerr.Tor Egge2022-08-161-1/+1
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-0/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Disable ann-benchmark unit test when using address sanitizer.Tor Egge2022-02-071-1/+3
|
* 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.