We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a64c3 commit 642f2eaCopy full SHA for 642f2ea
src/external_libs.cmake
@@ -134,7 +134,9 @@ if (WITH_SEARCH)
134
135
add_third_party(
136
hnswlib
137
- URL https://github.com/nmslib/hnswlib/archive/refs/tags/v0.8.0.tar.gz
+ GIT_REPOSITORY https://github.com/dragonflydb/hnswlib.git
138
+ # HEAD of dragonfly branch
139
+ GIT_TAG d07dd1da2bf48b85d2f03b8396193ad7120f75c2
140
141
BUILD_COMMAND echo SKIP
142
INSTALL_COMMAND cp -R <SOURCE_DIR>/hnswlib ${THIRD_PARTY_LIB_DIR}/hnswlib/include/
0 commit comments