79094879

Date: 2024-10-16 16:03:03
Score: 1
Natty:
Report link

You don't need to call flush(). In fact, we strongly recommend users don't call flush() interface manually. Milvus internally automatically flushes data.

The following workflow is good practice:

create_collection() ----> insert() ---> ..... ---> insert() ---> create_index() ----> load() ---> search()---> ... ---> search()

See: https://milvus.io/docs/index-vector-fields.md?tab=floating

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tim Spann