aboutsummaryrefslogtreecommitdiffstats
path: root/ann_benchmark
Commit message (Collapse)AuthorAgeFilesLines
* Find python package with development artifacts.Tor Egge2023-07-061-1/+1
|
* Add Doom to hnsw index.Tor Egge2023-05-311-2/+5
|
* follow-up after reviewArne Juul2023-04-191-1/+1
| | | | | | * add class comment on API declaration * prefer snake_case for methods * prefer reference
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-1/+2
|
* Configure setup.py for vespa_ann_benchmark python module.Tor Egge2023-02-163-1/+5
|
* os-system -> subprocess.runMorten Tokle2022-12-141-3/+3
|
* 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.