summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/tensorattribute
Commit message (Expand)AuthorAgeFilesLines
...
| * Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-121-0/+1
* | allow filter in HNSW indexArne Juul2020-05-111-0/+10
|/
* Add attribute file header tag for type of nearest neighbor index.Tor Egge2020-04-291-5/+21
* Merge pull request #13058 from vespa-engine/toregge/ignore-hnsw-index-save-fi...Geir Storli2020-04-271-15/+87
|\
| * Fix typos in test descriptions.Tor Egge2020-04-271-2/+2
| * Ignore hnsw index attribute save file if major parameters are changed.Tor Egge2020-04-241-15/+87
* | Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
|/
* Test that hnsw index is integrated in dense tensor attribute.Geir Storli2020-03-311-11/+49
* Implement saving and loading of nearest neighbor index.Geir Storli2020-03-313-30/+72
* review follow-up:Arne Juul2020-03-271-1/+1
* Add skeleton for nearest neighbor index saver.Geir Storli2020-03-251-1/+7
* Merge pull request #12691 from vespa-engine/geirst/tensor-attribute-in-state-...Geir Storli2020-03-241-0/+1
|\
| * Expose information from tensor attribute and hnsw index in state explorer for...Geir Storli2020-03-241-0/+1
* | constify DistanceFunctionArne Juul2020-03-241-1/+1
* | track API changesArne Juul2020-03-231-1/+4
|/
* Report nearest neighbor index memory usage as part of tensor attribute memory...Geir Storli2020-03-191-1/+13
* First version of hardware accelerated calculation of the square of the standa...Geir Storli2020-03-061-0/+2
* Ensure we retrieve the actual vector (used by nearest neighbor index) for a d...Geir Storli2020-03-031-2/+0
* rename config variableArne Juul2020-02-261-1/+1
* Reclaim memory when doing changes to the graph in the hnsw index.Geir Storli2020-02-261-0/+3
* Add proper memory management to hnsw index and integrate with dense tensor at...Geir Storli2020-02-251-1/+49
* use NearestNeighborIndex when availableArne Juul2020-02-201-2/+2
* More use of TensorSpec instead of creating Tensor instance explicit.Geir Storli2020-02-201-60/+51
* Update nearest neighbor index when tensor values change.Geir Storli2020-02-201-4/+153
* Instantiate nearest neighbor (hnsw) index in dense tensor attribute when spec...Geir Storli2020-02-201-19/+53
* add TypedCells and related functionalityArne Juul2019-07-041-1/+1
* remove tensor factoryHåvard Pettersen2019-05-311-94/+43
* avoid abstract value typesHåvard Pettersen2019-04-251-34/+1
* Enable free lists when each dense tensor use the same amount of memory (all d...Geir Storli2019-03-141-0/+4
* Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-111-16/+20
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* update external code (getType->type)Håvard Pettersen2017-11-281-3/+3
* Update copyright headersJon Bratseth2017-06-143-2/+3
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+2
* Update copyright headersJon Bratseth2017-06-143-2/+3
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+2
* Copyright headerJon Bratseth2017-06-133-2/+3
* Targeted include.Henning Baldersheim2017-01-311-0/+1
* make stuff compile and testHaavard2017-01-231-2/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-3/+4
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-3/+3
* Extend tensor attribute test to test handling of tensor attributeTor Egge2016-10-211-18/+120
* Add dense tensor attribute.Tor Egge2016-10-201-59/+166
* Add GenericTensorAttribute and trim down TensorAttribute.Tor Egge2016-10-191-2/+4
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-1/+1
* Remove tensor::CompactTensor.Geir Storli2016-09-211-2/+0
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-151-3/+3
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-152-1/+1
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-0/+1