Releases: milvus-io/milvus-lite
Releases · milvus-io/milvus-lite
Release 2.4.10
What's Changed
- Update README.md to fix typo and imporve migration tool description. by @codingjaguar in #206
- Fix JSONContainsExpr bugs by @junjiejiangjjj in #207
Full Changelog: v2.4.9...v2.4.10
v2.4.9
Release 2.4.8
What's Changed
- Supports hybrid_search
- Supports range_search
- Add migration tool can dump milvus-lite data into a json file, which can be imported into milvus and Zilliz Cloud(the fully managed cloud service for Milvus).
The following example dumps all data from demo_collection collection that's stored in ./milvus_demo.db (Milvus Lite database file)
milvus-lite dump -d ./milvus_demo.db -c demo_collection -p ./data_dir
# ./milvus_demo.db: milvus lite db file
# demo_collection: collection that need to be dumped
#./data_dir : dump file storage dir
Full Changelog: v2.4.7...v2.4.8
Release 2.4.8_rc1
Release 2.4.7
What's Changed
- parser fix boolean expr and empty expr string bug by @Presburger in #150
- Fix query filter empty bug by @junjiejiangjjj in #151
- Fix bug when collection name is sql key words by @junjiejiangjjj in #160
- Improve the stability of milvus-lite
Full Changelog: v2.4.6...v2.4.7
Release 2.4.6
Release 2.4.5
Release v2.4.4
What's Changed
- Resolved the issue of not being able to run on some macOS versions.
- Fix some bugs by @junjiejiangjjj in #121 #124
- Update examples by @junjiejiangjjj in #122
Full Changelog: v2.4.3...v2.4.4
Release v2.4.3
What's Changed
- Support Macos x86 by @junjiejiangjjj in #113
- Upsert api @junjiejiangjjj in #117
- Fix some bugs
Full Changelog: v2.4.2...v2.4.3
2.4.2
- Upgrade the kernel to Milvus 2.4.1
- Fix some bugs
What's Changed
- Add long_description by @junjiejiangjjj in #103
- Upgrade the kernel to Milvus 2.4.1 by @junjiejiangjjj in #105
- Fix bugs @junjiejiangjjj in #106 #108 #101
- Add get_load_state by @junjiejiangjjj in #107
Full Changelog: v2.4.1...v2.4.2