Change8

python-v0.24.2-beta.0

📦 lancedbView on GitHub →
2 features🐛 1 fixes

Summary

This release introduces support for the ngram tokenizer and the ability to return all scores with rerankers, alongside a fix for excessive handle creation during table creation.

✨ New Features

  • Support for ngram tokenizer.
  • Added support for returning all scores with rerankers.

🐛 Bug Fixes

  • Fixed excessive object storage handle creation when calling create_table.