summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_index/hnsw_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename HnswIndexBase -> HnswIndex and remove the templated class.Geir Storli2020-02-101-5/+4
* Add interface used to calculate the distance between two n-dim vectors.Geir Storli2020-02-101-1/+4
* implement remove_documentArne Juul2020-02-071-0/+35
* Add support for adding a new document in multiple levels in the graph.Geir Storli2020-02-061-26/+50
* Add interface used to randomly draw the max level a new hnsw node should exis...Geir Storli2020-02-051-1/+9
* Implement a select neighbor function that uses a heuristic the accounts for d...Geir Storli2020-02-051-12/+87
* Implement skeleton of a HNSW index on top of data stores.Geir Storli2020-02-041-0/+94