PyMilvus 2.6.5 Release Notes
Enhancements
1. Added comprehensive features to AsyncMilvusClient including: (#3108)
2. Enhanced error messages when AsyncMilvusClient fails to connect. (#3102)
Bug Fixes
- fix: AsyncMilvusClient.search supports EmbeddingList (#3101)
- fix: AsyncMilvusClient.create_index supports nested fields (#3100)
- fix: Use deepcopy for struct_schema in add_field (#3105)
- fix: Error when function or function_score fetch empty params (#3119)
What's Changed
- Breaking change: Rename Stage to Volume by @lentitude2tk in #3091
- Support timestamptz for bulkwriter by @yhmo in #3114
- [Backport 2.6] fix: AsyncMilvusClient.create_index support nested fields (#3100) by @pymilvus-bot in #3121
- [Backport 2.6] enhance: improve AsyncMilvusClient connection error message (#3102) by @pymilvus-bot in #3122
- [Backport 2.6] fix: use deepcopy for struct_schema in add_field to prevent reuse issues (#3105) by @pymilvus-bot in #3123
- [Backport 2.6] [enhance]: Add some missing features to AsyncMilvusClient and refactor common code (#3108) by @pymilvus-bot in #3124
- [Backport 2.6] fix: error when function or function score fetch empty params (#3119) by @pymilvus-bot in #3125
- feat: suppot search with highlighter in pymilvus (#3110) by @aoiasd in #3127
- [cherry-pick]fix: AsyncMilvusClient.search support EmbeddingList (#3101) by @jac0626 in #3130
New Contributors
- @pymilvus-bot made their first contribution in #3121
Full Changelog: v2.6.4...v2.6.5