aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor
Commit message (Expand)AuthorAgeFilesLines
* Use non_existing_attribute_value to signal that value is the default value fo...Henning Baldersheim2024-04-251-5/+8
* Test more races for HNSW index prepare put.Tor Egge2024-04-241-13/+143
* SelectResult does not need templates. Also move instead of copyHenning Baldersheim2024-04-231-13/+7
* Use explicit and do not expose nbostream in headerfile.Henning Baldersheim2024-04-222-0/+4
* Merge pull request #30995 from vespa-engine/balder/remove-asserts-and-test-wi...Geir Storli2024-04-221-5/+29
|\
| * Test that distance calculation with invalid typed cells does not trigger assert.Henning Baldersheim2024-04-221-5/+29
* | Test hnsw index prepare_add_document and find_top_k with missing tensor.Tor Egge2024-04-221-1/+35
|/
* Use correct value for has_single_subspace template param.Henning Baldersheim2024-04-171-1/+3
* - Optimize distance calculation for tensors with single dense subspace.Henning Baldersheim2024-04-163-17/+20
* Track number of active nodes in hnsw graph.Tor Egge2024-02-072-2/+46
* - Add a doom that will not expire until it does not matter anymore.Henning Baldersheim2023-12-151-8/+8
* - Reduce peak memory usage for unit tests from 5G to 0.5G.Henning Baldersheim2023-10-271-7/+8
* Update copyrightJon Bratseth2023-10-0923-23/+23
* Add max buffer size parameter to tensor buffer type mapper.Tor Egge2023-06-261-13/+36
* Cap number of entries in a dense tensor store buffer to avoid veryTor Egge2023-06-261-0/+22
* Align grow factor for tensor buffer store with multi value mapping.Tor Egge2023-06-262-7/+7
* Rename maxSmallArrayTypeId to max_type_id.Tor Egge2023-06-191-1/+1
* Handle removal of docid with empty tensor in HNSW index after restart.Tor Egge2023-06-161-0/+11
* Unit test capping when converting to internal distance threshold.Tor Egge2023-06-061-0/+32
* Add Doom to hnsw index.Tor Egge2023-05-311-9/+26
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-13/+4
* Only shrink hnsw graph as part of shrinking lid space on tensor attributeTor Egge2023-05-011-2/+7
* add unit testArne Juul2023-04-281-0/+162
* remove unused distance functionsArne Juul2023-04-272-72/+14
* Merge pull request #26849 from vespa-engine/arnej/add-bound-hammingGeir Storli2023-04-261-97/+103
|\
| * add BoundHammingDistanceArne Juul2023-04-251-0/+6
| * add BoundGeoDistanceArne Juul2023-04-251-97/+97
* | Remove bad constexpr.Tor Egge2023-04-261-1/+1
|/
* extended testArne Juul2023-04-251-7/+35
* add BoundPrenormalizedAngularDistanceArne Juul2023-04-251-0/+61
* also add BoundEuclideanDistanceArne Juul2023-04-241-9/+73
* add BoundAngularDistanceArne Juul2023-04-201-18/+54
* follow-up after reviewArne Juul2023-04-191-3/+3
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-192-9/+24
* Handle removal of docid with empty tensor in HNSW index.Tor Egge2023-03-221-0/+8
* Remove incorrect expectation.Tor Egge2023-03-161-1/+0
* Extend distance calculator with member function that calculates closest subsp...Tor Egge2023-02-231-0/+13
* Add exponential array size growth to tensor buffer type mapper.Tor Egge2023-02-153-10/+79
* Add noexcept specifiers required by gcc 12 on Darwin 22.3.Tor Egge2023-01-311-1/+1
* Pass range checked docid to check member function on global filter.Tor Egge2023-01-171-1/+30
* Test Hnsw nodeid allocation after load.Tor Egge2023-01-171-2/+3
* Compact HnswNodeidMapping.Tor Egge2023-01-121-0/+57
* Add compaction spec to array store.Tor Egge2023-01-121-2/+5
* Rename HnswGraph nested types:Tor Egge2023-01-113-13/+13
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+2
* Support mixed tensor attribute with 2 dimensions when creating distance calcu...Geir Storli2022-11-251-14/+31
* Extend graph comment.Tor Egge2022-11-251-0/+2
* Unit test hnsw index search with multiple nodes per document.Tor Egge2022-11-251-8/+47
* Merge pull request #24974 from vespa-engine/geirst/exact-distance-calculator-...Henning Baldersheim2022-11-242-0/+97
|\
| * Add support for multiple vectors per document in exact distance calculator.Geir Storli2022-11-242-0/+97