PyLate 1.4.0 β The ColBERT-Zero version - Release Notes π₯³π
New Features
- ColBERT-Zero training scripts β final, polished training files for ColBERT-Zero. @arn4 @NohTow
- Prompt collator β support for adding prompts during training via the
ColBERTCollator, matching the latest Sentence-Transformers features. @NohTow - Automated PyPI publishing β new CI workflow that publishes to PyPI automatically when a version tag is pushed. @raphaelsty
Improvements
- Fast-PLAID fixes β fixed document deletion offset computation and reduced memory overhead when using
override=True. @NohTow - Quantile computation fix β replaced
torch.quantilewith atorch.kthvalue-based implementation to remove the 16M element limitation when computing codebooks for large collections. @meetdoshi90 - Bumped fast-plaid to 1.3.0 with Torch 2.9.0 compatibility. @raphaelsty
- Bumped transformers version range for broader compatibility. @raphaelsty
- Voyager moved to an extra dependency to simplify the default install. @raphaelsty
- Documentation improvements β added spell checker, docs CI, modular dense documentation, and updated bibtex. @NohTow @Samoed
- Added LateOn Code boilerplates. @NohTow
- Added missing parameter checks (
D417). @Samoed