Skip to content

Feat/diskann macos - #6

Open
iaojnh wants to merge 62 commits into
mainfrom
feat/diskann-macos
Open

Feat/diskann macos#6
iaojnh wants to merge 62 commits into
mainfrom
feat/diskann-macos

Conversation

@iaojnh

@iaojnh iaojnh commented Jul 17, 2026

Copy link
Copy Markdown
Owner

No description provided.

richyreachy and others added 13 commits July 8, 2026 11:15
The index_group_by_test uses DiskAnn indexes (guarded by
#if DISKANN_SUPPORTED) to verify that group_by search is rejected
for unsupported index types. However, the CMakeLists.txt for
tests/core/interface/ did not link core_knn_diskann, causing the
DiskAnn factory to not be registered at runtime. This resulted in
IndexFactory::CreateAndInitIndex returning nullptr for DiskAnn
indexes, failing the test assertion.

Add core_knn_diskann to the LIBS list, consistent with how other
test directories (tests/db/, tests/db/index/, tests/core/algorithm/diskann/)
handle DiskAnn linking.
# Conflicts:
#	.github/workflows/03-macos-linux-build.yml
#	.github/workflows/nightly_coverage.yml
#	CMakeLists.txt
#	examples/c++/CMakeLists.txt
#	python/tests/detail/fixture_helper.py
#	python/tests/test_collection_diskann.py
#	python/zvec/__init__.py
#	src/binding/python/model/common/python_config.cc
#	src/core/CMakeLists.txt
#	src/core/algorithm/diskann/CMakeLists.txt
#	src/core/algorithm/diskann/diskann_builder.cc
#	src/core/algorithm/diskann/diskann_file_reader.cc
#	src/core/algorithm/diskann/diskann_file_reader.h
#	src/core/algorithm/diskann/diskann_searcher.cc
#	src/core/algorithm/diskann/diskann_streamer.cc
#	src/db/index/common/schema.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants