meilisearch / arroy

Spotify/Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage :boom:

Home Page:https://docs.rs/arroy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The `Writer::new` method is error-free but can return an error

Kerollmops opened this issue · comments

We renamed the Writer::prepare method to Writer::new; this new method can no longer fail. We must change the API to return the Writer directly.

https://github.com/meilisearch/arroy/blob/2ff15674f2a9f3f8f2f2feb020884bca860c3eb5/src/writer.rs#L42C5-L46C6