aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/tensor_attribute_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check consistency after loading tensor attribute with index.Tor Egge2024-04-291-0/+14
* Use explicit and do not expose nbostream in headerfile.Henning Baldersheim2024-04-221-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Store max squared norm in file header during hnsw index save when usingTor Egge2023-05-231-1/+1
* Move BlobSequenceReader from search::tensor to search::attribute namespace.Tor Egge2023-03-081-1/+2
* make clang happyHÃ¥vard Pettersen2022-11-181-3/+3
* Use DocVectorAccess API when building hnsw index during load of tensorTor Egge2022-11-081-11/+10
* Pass VectorBundle to NearestNeighborIndex::prepare_add_document member function.Tor Egge2022-11-041-1/+1
* Move checks from build_index() and load_index() to caller (on_load).Tor Egge2022-11-011-36/+38
* Consolidate tensor attribute loaders.Tor Egge2022-11-011-0/+329