tantaraio / voy

🕸️🦀 A WASM vector similarity search written in Rust
https://www.npmjs.com/package/voy-search
Apache License 2.0
867 stars 31 forks source link

fix: index data structure #45

Closed DawChihLiou closed 1 year ago

DawChihLiou commented 1 year ago

Use hash map instead of vector to store the document info. It fixes the bug where removing resources changes the data index.