mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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:
commit
8927a616d5
@ -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,
|
||||
|
||||
2
cpp/thirdparty/versions.txt
vendored
2
cpp/thirdparty/versions.txt
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user