aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/hnsw_graph.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename HnswGraph nested types:Tor Egge2023-01-111-39/+39
* Avoid duplicate docid when searching in hnsw index with multiple nodes perTor Egge2022-11-241-0/+4
* Adjust hnsw index save format for managed nodeid mapping.Tor Egge2022-11-211-0/+1
* make clang happyHÃ¥vard Pettersen2022-11-181-1/+1
* Add enum value HnswIndexType::MULTI.Tor Egge2022-11-171-0/+1
* Add enum class HnswIndexType.Tor Egge2022-11-161-1/+3
* Add HnswIdentityMapping.Tor Egge2022-11-091-1/+1
* Add HnswSimpleNode.Tor Egge2022-11-091-3/+6
* Rename HNSW graph member functions:Tor Egge2022-10-261-2/+2
* Use nodeid instead of docid to identify an HNSW graph node.Tor Egge2022-10-251-27/+27
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-1/+0
* Trim down rcuvector interface.Tor Egge2022-03-281-1/+1
* Restore const qualifier for get_link_array and get_level_array member functions.Tor Egge2022-03-221-2/+2
* Add acquire_node_ref() member function to HnswGraph.Tor Egge2022-03-221-6/+20
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Report address space usage for components in tensor attributes.Geir Storli2021-08-201-1/+1
* Compact HNSW index when ratio of dead bytes / address space is too highTor Egge2021-08-181-0/+3
* Use 4096 buffers for HNSW link array store.Tor Egge2021-08-161-3/+6
* Less asserts in header files.Henning Baldersheim2021-02-131-14/+1
* untabifyArne Juul2020-06-171-6/+6
* keep and follow node_refs when traversing HNSW graphArne Juul2020-06-121-22/+60
* add getters checking if held references are still validArne Juul2020-06-121-2/+24
* construct HnswGraph::EntryNode directlyArne Juul2020-06-091-1/+8
* store entry docid/level in an atomic valueArne Juul2020-06-091-5/+21
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-5/+5
* add histogram for links on level 0Arne Juul2020-04-061-1/+5
* add some simple statistics when exploring stateArne Juul2020-04-011-0/+2
* Add save and load of HNSW indexArne Juul2020-03-261-0/+74