elixir-nx / hnswlib

Elixir binding for the hnswlib library.
Apache License 2.0
52 stars 9 forks source link

Reject zero for `max_elements` in `HNSWLib.Index.new/4` #15

Closed cocoa-xu closed 9 months ago

cocoa-xu commented 9 months ago

Hi, I saw that there was no updates for #5 for a while, so I decided to pick this job and send a PR for it.

This PR added one restriction for the max_elements parameter in HNSWLib.Index.new/4, that is, max_elements cannot be 0.