You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add size_t bg_vector_indexing_count;
size_t main_vector_indexing_count;
* fix datasize in executeInsertJob
* disable neighbours print
* replace manual blob size calcaulations
format
comment out new tests
* INT8Test::PopulateRandomVector
increases seed every call so we will get different vectors.
this required a change in metrics_test because now the score is not exactly 0.
VecSimIndexAbstract CastToBruteForce()-> rename to GetFlatBufferIndex
add BruteForceIndex CastToBruteForce()
add getFlatBufferIndexAsBruteForce to tiered index to get BruteForceIndex
functions added to hnsw and BF:
Formalize getDataByLabel definition: populate the intput empty vector with the vectors data,not including any additional meta data that might present in the vector storage like the norm.
add getStoredVectorDataByLabel returns a vector of char vectors. each vector contains the vector as it is stored in the vectors container, including the meta data if exists.
* build test with VERBOSE=1
* verbose cov
* verbose cov fix
assert in FP32SpacesOptimizationTest::FP32InnerProductTest
* fix
* add force_copy to maybeCopyToAlignedMem and preprocessQuery
use preprocessQuery with force_copy in batch iterator instead on preprocessQueryInPlace
* also batch in svs
* revert redundancies
* tiered batch iterator doesn't copy the blob
* add
// TODO: handle original_blob_size != processed_bytes_count
* revert pull request changes
* move getDataByLabel and getStoredVectorDataByLabel to VecSimIndexAbstract
* add test_index_test_utils
currently testing get_stored_vector_data_single_test
* getFlatBufferIndex returns BruteForceIndex
* little test name fix
* small fix
* fix range
0 commit comments