python-v0.31.0-beta.2
📦 lancedbView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces the user_id field to ClientConfig and includes several bug fixes related to vector sanitization, metadata handling, and provider migration.
✨ 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.