File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)
22project (knowhere CXX C)
33
44# Use short SHA1 as version
5- set (CARDINAL_VERSION v2.6.1-v1)
5+ # v2.5 tag is used for cardinal v1
6+ set (CARDINAL_VERSION v2.5.99)
67set (CARDINAL_REPO_URL "https://github.com/zilliztech/cardinal.git" )
78
89set (CARDINAL_ROOT "${KNOWHERE_THRID_ROOT} /cardinalv1" )
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)
22project (knowhere CXX C)
33
44# Use short SHA1 as version
5- set (CARDINAL_VERSION v2.6.1-v2)
5+ # v2.6 tag is used for cardinal v2
6+ set (CARDINAL_VERSION v2.6.1)
67set (CARDINAL_REPO_URL "https://github.com/zilliztech/cardinal.git" )
78
89set (CARDINAL_ROOT "${KNOWHERE_THRID_ROOT} /cardinalv2" )
You can’t perform that action at this time.
0 commit comments