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