Skip to content

Commit

Permalink
switched to the hnsw library with the fix of loading multiple knn ind…
Browse files Browse the repository at this point in the history
…exes
  • Loading branch information
tomatolog committed Oct 9, 2024
1 parent 3c05f76 commit ba9e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GetHNSW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/refs/heads/master.zip" )
set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/37f1e18.zip" )
set ( HNSW_BUNDLEZIP "${LIBS_BUNDLE}/hnswlib-0.7.0.tar.gz" )

cmake_minimum_required ( VERSION 3.17 FATAL_ERROR )
Expand Down

0 comments on commit ba9e283

Please sign in to comment.