summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/tensorattribute/tensorattribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reenable tensor attribute compaction test.Tor Egge2021-06-011-8/+10
* let the distance function decide how it wants the query tensor convertedArne Juul2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-121-1/+1
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-091-1/+1
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-261-23/+0
* Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-151-0/+23
* Fix onhold accounting for SerializedFastValueAttribute.Tor Egge2021-02-051-0/+15
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-4/+16
* use string ids as tensor labelsHÃ¥vard Pettersen2021-01-051-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-4/+5
* test SerializedFastValueAttribute insteadArne Juul2020-11-271-3/+3
* track CellType moveArne Juul2020-11-201-2/+3
* simplifyArne Juul2020-10-151-4/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-38/+16
* track TypedCells moveArne Juul2020-10-011-3/+3
* Rename GenericTensorAttribute -> SerializedTensorAttribute.Geir Storli2020-09-041-3/+3
* Enable free lists for DirectTensorStore.Geir Storli2020-09-021-1/+3
* add DirectTensorAttribute implementationArne Juul2020-09-011-15/+56
* Check brute force limit in nearest neighbor blueprint.Tor Egge2020-06-231-2/+14
* Wire in nearest neighbor brute force limit.Tor Egge2020-06-191-1/+1
* Add support for updating a nearest neighbor index in two phases.Geir Storli2020-06-181-13/+74
* remove stub implementations in NearestNeighborIndexArne Juul2020-06-111-0/+9
* no fallback to brute force for nowArne Juul2020-06-081-2/+2
* Merge pull request #13234 from vespa-engine/arnej/use-global-filter-in-nn-blu...Arne H Juul2020-05-141-1/+80
|\
| * refactor testsArne Juul2020-05-141-72/+79
| * unit test blueprint's handling of global filterArne Juul2020-05-131-0/+72
* | Merge pull request #13229 from vespa-engine/geirst/distance-metric-when-not-h...Geir Storli2020-05-131-0/+1
|\ \ | |/ |/|
| * 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-311-23/+71
* 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