Skip to content

Releases: lightonai/pylate

1.1.4

29 Nov 13:27
8de1842
Compare
Choose a tag to compare

This release aim to extend the compatibility with existing models on the Hugging Face hub and properly loading them.

1.1.3

26 Nov 10:42
0af6c4c
Compare
Choose a tag to compare

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

29 Aug 12:14
8c04bc3
Compare
Choose a tag to compare

Release of PyLate 1.0.0.

  • ColBERT training: constrastive, knowledge distillation.
  • ColBERT retrieval, ranking.
  • Documentation and Readme.
  • Tests.
  • Model loading.
  • Various features.