PyMilvus 2.4.1 Release Notes
What's Changed
Bug fixes
- Fix float16_example and bfloat16_example by @czs007 in #1993
- Use wrong placeholder type for bf16 and float16 by @XuanYang-cn in #2012
- Restrict input/search type for vector fields (#2025) by @XuanYang-cn in #2029
- Fix import array via bulkwriter (#2035) by @bigsheeper in #2036
- Pass offset parameter for hybrid search to server by @czs007 in #2052
Enhancements
- Add warning about gpu example by @czs007 in #1994
- Update sparse+dense hybrid search example by @zhengbuqian in #2014
- Convert params' value from string to int by @PowderLi in #2026
- Support UDS by @junjiejiangjjj in #2030
- Update hello_hybrid_sparse_dense.py example to include BGE reranker by @zhengbuqian in #2032
Full Changelog: v2.4.0...v2.4.1