benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Saving NmsLibModel #690

Closed dabasmoti closed 1 year ago

dabasmoti commented 1 year ago

I can see there is no implementation for saving nmslibModel. https://github.com/benfred/implicit/blob/ab812420f7aa171fabd9907476f50e23c1ebda40/implicit/ann/nmslib.py#L243-L244 Is there a workaround for using it?

dabasmoti commented 1 year ago

duplicate #45