aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* - Optimize distance calculation for tensors with single dense subspace.Henning Baldersheim2024-04-161-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add SerializedTensorRef.Tor Egge2023-02-221-0/+3
* Setup hnsw index for mixed tensor types.Tor Egge2022-11-231-1/+2
* Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-031-0/+1
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-0/+3
* Use member functions in TensorAttribute.Tor Egge2022-11-011-3/+0
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-2/+0
* Use TensorBufferStore in SerializedFastValueAttribute.Tor Egge2022-10-061-2/+2
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-1/+0
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* Some code healthHenning Baldersheim2021-02-051-6/+6
* use string ids as tensor labelsHÃ¥vard Pettersen2021-01-051-1/+0
* review follow-up fixesArne Juul2020-11-271-1/+8
* add SerializedFastValueAttributeArne Juul2020-11-261-0/+26