stanford-futuredata / ColBERT

ColBERT: state-of-the-art neural search (SIGIR'20, TACL'21, NeurIPS'21, NAACL'22, CIKM'22, ACL'23, EMNLP'23)
MIT License
2.67k stars 355 forks source link

Support subclassing of Collection #330

Open jens-totemic opened 3 months ago

jens-totemic commented 3 months ago

This PR adds the ability of using subclasses of class Collection. Without this change, providing a subclass to the index functionality will cause the assert to trigger