Merge branch 'branch-1.2' into 'branch-1.2'

MS-30 use faiss 1.5.2

See merge request megasearch/vecwise_engine!43

Former-commit-id: fb338b1145cbb745f17ade9ed1a54397cfc90aac
This commit is contained in:
jinhai 2019-05-29 19:18:44 +08:00
commit 8927a616d5
3 changed files with 2 additions and 2 deletions

View File

@ -21,3 +21,4 @@ Please mark all change in change log and use the ticket from JIRA.
- MS-1 - Add CHANGELOG.md
- MS-4 - Refactor the vecwise_engine code structure
- MS-20 - Clean Code Part 1
- MS-30 - Use faiss v1.5.2

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