Oliver Borchers
Oliver Borchers
Untangling the bad design decision to actually store the BaseKeyedVector from Gensim internally. If users want mmap, they can just load that and pass it. At least we shouldn't store...
Reworking the threading (at least from my last experience the input thread is the bottleneck, not the actual computation)
[ ] Sentencevectors: Global: [ ] Remove normalized vector files and replace with NN ANN: --> (Annoy, with Option for Google ScANN?) [ ] Only construct index when when calling...
## Description This issue is a followup on #818 which I also created. I am working on the transformers deploy repository and created a PR that enables support for exporting...