提交 8927a616 编写于 作者: J jinhai

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
......@@ -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
......@@ -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,
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册