Skip to content

support for hnswlib-rs #80

@jianshu93

Description

@jianshu93

Dear Feder team,

The Rust version Hnswlib (https://github.com/jean-pierreBoth/hnswlib-rs) is way more attractive than the C++ version, which provides thread-safe multi-threading hnsw index construction and search. and also PyO3 is very easy to allow direct translation from Rust code to python functions. In addition to this, many more distance functions were provided in Rust version hnswlib, e.g., L1, L2, Cosine, Jaccard, Hamming for vectors of standard numeric types, Levenshtein distance on u16.

I am wondering whether it is possible to add a rust version Hnswlib support. It will be very useful in many cases.

Thanks,

Jianshu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions