Skip to content

Support edge_size parameter in ngt_search_index_as_float#189

Merged
masajiro merged 3 commits intoNGT-labs:mainfrom
vdaas:feature/search/dynamic-edge-size
Feb 20, 2026
Merged

Support edge_size parameter in ngt_search_index_as_float#189
masajiro merged 3 commits intoNGT-labs:mainfrom
vdaas:feature/search/dynamic-edge-size

Conversation

@Matts966
Copy link
Copy Markdown
Member

Description of changes:

This PR supports edge_size parameter in ngt_search_index_as_float to search vector with dynamic edge_size.

This feature is requested by users of Vald.

Comment thread lib/NGT/Index.h Outdated
}
#ifndef NGT_SHARED_MEMORY_ALLOCATOR
void save(std::string indexPath) { saveIndex(indexPath); }
void save(std::string &indexPath) { saveIndex(indexPath); }
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change (call by reference) is requested by @kmrmt for Rust usage 🙏

@Matts966 Matts966 force-pushed the feature/search/dynamic-edge-size branch from 2b633f7 to 4b4d695 Compare February 20, 2026 02:31
@Matts966 Matts966 force-pushed the feature/search/dynamic-edge-size branch from 39d9c38 to 89b79c0 Compare February 20, 2026 03:18
@masajiro masajiro merged commit 1374dfd into NGT-labs:main Feb 20, 2026
@masajiro
Copy link
Copy Markdown
Contributor

Thanks!

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