aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/distance_calculator/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename searchlib library to vespa_searchlib.Tor Egge12 days1-1/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add support for multiple vectors per document in exact distance calculator.Geir Storli2022-11-241-0/+11
This also fixes a problem where previously the distance between the query tensor and a non-set attribute tensor (dense) would be calculated against origo. With this change the distance is std::numeric_limits<double>::max() is these cases.