aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Pass id mapper to HnswIndexLoader.Tor Egge2022-11-221-1/+5
* Add enum class HnswIndexType.Tor Egge2022-11-161-3/+4
* Use nodeid instead of docid to identify an HNSW graph node.Tor Egge2022-10-251-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-12/+5
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-101-11/+26
* Fix forward declaration of HnswGraph.Tor Egge2020-04-141-1/+1
* use snake_caseArne Juul2020-04-011-1/+1
* review follow-up:Arne Juul2020-03-271-0/+15
* Add save and load of HNSW indexArne Juul2020-03-261-0/+20