v2.5.16
📦 milvusView on GitHub →
✨ 2 features🐛 3 fixes🔧 4 symbols
Summary
This release introduces support for the geo data type in core operations and includes several minor bug fixes and documentation improvements related to connection types and bulk import.
✨ New Features
- Support geo data type for insert, query, and search operations (requires pymilvus 2.5).
- Support connectType when using an OSS bucket.
🐛 Bug Fixes
- Fixed the existing version format.
- Fixed issue where unknown req.is_refresh was being passed to wait.
- Added apiKey note to bulk_import documentation/usage.