Upgrade Knowhere to 1.3.3 to fix potential bugs (#20434)

Signed-off-by: Li Liu <liliu@LideMacBook-Pro.local>

Signed-off-by: Li Liu <liliu@LideMacBook-Pro.local>
Co-authored-by: Li Liu <liliu@LideMacBook-Pro.local>
This commit is contained in:
liliu-z 2022-11-09 20:19:04 +08:00 committed by GitHub
parent 449e4f9153
commit 0dc659a04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
# or implied. See the License for the specific language governing permissions and limitations under the License. # or implied. See the License for the specific language governing permissions and limitations under the License.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
set( KNOWHERE_VERSION v1.3.2 ) set( KNOWHERE_VERSION v1.3.3 )
set( KNOWHERE_SOURCE_MD5 "a0d6a22963cf9921f1360c518ba833bd") set( KNOWHERE_SOURCE_MD5 "241bd99371b0a9a45cab0451cc0380d4")
if ( DEFINED ENV{MILVUS_KNOWHERE_URL} ) if ( DEFINED ENV{MILVUS_KNOWHERE_URL} )
set( KNOWHERE_SOURCE_URL "$ENV{MILVUS_KNOWHERE_URL}" ) set( KNOWHERE_SOURCE_URL "$ENV{MILVUS_KNOWHERE_URL}" )