Skip to content

feat: add diskann on arm#11

Closed
richyreachy wants to merge 52 commits into
mainfrom
feat/diskann_on_arm_new
Closed

feat: add diskann on arm#11
richyreachy wants to merge 52 commits into
mainfrom
feat/diskann_on_arm_new

Conversation

@richyreachy

Copy link
Copy Markdown
Owner

add diskann on arm

richyreachy and others added 23 commits July 7, 2026 17:06
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.
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.

4 participants