aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.cpp
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
* Align grow factor for tensor buffer store with multi value mapping.Tor Egge2023-06-261-1/+2
* Add SerializedTensorRef.Tor Egge2023-02-221-0/+14
* Add exponential array size growth to tensor buffer type mapper.Tor Egge2023-02-151-1/+1
* Setup hnsw index for mixed tensor types.Tor Egge2022-11-231-3/+3
* Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-031-1/+9
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-0/+7
* Use member functions in TensorAttribute.Tor Egge2022-11-011-21/+1
* Rename clearHoldLists() -> reclaim_all_memory().Geir Storli2022-10-121-1/+1
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-1/+1
* Use paged setting for SerializedFastValueAttribute.Tor Egge2022-10-101-1/+1
* Remove unused includes.Tor Egge2022-10-071-3/+0
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-47/+0
* Use TensorBufferStore in SerializedFastValueAttribute.Tor Egge2022-10-061-6/+6
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-7/+0
* Sync APIs for StreamedValueStore and TensorBufferStore.Tor Egge2022-10-031-7/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+2
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-1/+0
* Use AtomicEntryRef in tensor attribute.Tor Egge2022-03-211-3/+3
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-3/+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
* use minimal tensor entry to keep track of tensor dataHåvard Pettersen2021-01-051-2/+2
* use string ids as tensor labelsHåvard Pettersen2021-01-051-124/+4
* check tensor type in attribute, just assert in storeArne Juul2020-11-271-3/+2
* review follow-up fixesArne Juul2020-11-271-5/+33
* more consistent version checkingArne Juul2020-11-261-4/+1
* add SerializedFastValueAttributeArne Juul2020-11-261-0/+210