v0.28.0-beta.2
📦 lancedbView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces a new user_id field in ClientConfig and includes several bug fixes related to vector sanitization and metadata handling, along with migrating the gemini-text provider.
✨ New Features
- Added user_id field to ClientConfig for user identification.
🐛 Bug Fixes
- Sanitized bad vectors before Arrow cast in Python.
- Guarded against None before .decode() on split_names metadata key in Python.
- Migrated gemini-text provider to google-genai sdk in Python.