Skip to content

random_seed in the hnsw_build (and hnsw_knn) #23

@BERENZ

Description

@BERENZ

The hnswlib includes a random_seed parameter, which is missing in the RcppHNSW.

init_index(max_elements, M = 16, ef_construction = 200, random_seed = 100, allow_replace_deleted = False)

Is it possible to add the parameter to the hnsw_build (and hnsw_knn) function to have full control over how the index is built?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions