use faiss 1.5.2

Former-commit-id: 3005f905b39d72ef0018151d7e704023657083c6
pull/191/head
groot 2019-05-29 18:51:21 +08:00
parent 39df2d4d1e
commit 9f75c8d2aa
2 changed files with 1 additions and 2 deletions

View File

@ -237,7 +237,6 @@ AddVectorTask::AddVectorTask(const std::string& table_name,
record_array_(record_array),
record_ids_(record_ids) {
record_ids_.clear();
record_ids_.resize(record_array.size());
}
BaseTaskPtr AddVectorTask::Create(const std::string& table_name,

View File

@ -26,7 +26,7 @@
BOOST_VERSION=1.70.0
BZIP2_VERSION=1.0.6
EASYLOGGINGPP_VERSION=v9.96.7
FAISS_VERSION=master
FAISS_VERSION=v1.5.2
GTEST_VERSION=1.8.1
LAPACK_VERSION=v3.8.0
LZ4_VERSION=v1.9.1