milvus-io / milvus-tools

A data migration tool for Milvus.
Apache License 2.0
68 stars 21 forks source link

AttributeError: 'Collection' object has no attribute 'flush' #66

Open limes22 opened 6 months ago

limes22 commented 6 months ago

When I run the collection_prepare.py file to run the milvus benchmark, I get this error

AttributeError: 'Collection' object has no attribute 'flush'

How can we fix this?