Releases: lightonai/pylate
Releases · lightonai/pylate
1.1.4
1.1.3
PyLate Update
This release introduces several new features and improvements:
1. Native Stanford-NLP Model Support
PyLate now supports loading Stanford-NLP models directly, without requiring manual weight conversion. This includes models like Jina-ColBERTv2 and local models. Use the model name when creating a PyLate model.
2. FastAPI Integration
PyLate now allows serving embeddings via a FastAPI server. The server supports dynamic batch processing to handle multiple requests efficiently. See the documentation for details.
3. DictDataset Added
DictDataset
has been introduced for handling datasets more effectively during training and inference.
4. Model Card Generation
Trained models now include a generated Model Card containing metadata about the model and training setup.
Fixes and Enhancements
- Fixed an issue where dataset processing during training could become unresponsive.
- Improved performance and reliability for training and inference.
1.0.0
Release of PyLate 1.0.0.
- ColBERT training: constrastive, knowledge distillation.
- ColBERT retrieval, ranking.
- Documentation and Readme.
- Tests.
- Model loading.
- Various features.