jean-pierreBoth / hnswlib-rs

Rust implementation of the HNSW algorithm (Malkov-Yashunin)
Other
158 stars 21 forks source link

How to load existing hnsw index bin file ?? #7

Closed Jarves42 closed 1 year ago

Jarves42 commented 1 year ago

Hi,

I have hnsw index bin file written by some other python process. I want to load it in rust using this crate but I am not able to find any such functionality. Please help !!

jean-pierreBoth commented 1 year ago

I do not know what kind of index you got. There is no standard index format. What I use as pointIndexation has most probably not the same format as someone else use. Without access to sources that dumped it I do not know the answer