Milvus RemoteBulk Writer for Standalone
I am trying to bulk write to a milvus database that I am running on my own server. I don’t want to use the Local Bulk Writer (as I assume I need to run on database computer), I’d like to just use remote bulk writer, but connect to a standalone ubuntu instance.
pymilvus: Failed to create new connection using 03f6034f5bdb454fbf42ffd5c13d5a33
I am trying to make a script which summarizes the text fed it to a model and saves it on milvus.
What does num_entities indicate for a Milvus collection?
I had thought that num_entities
would indicate the number of records (or whatever the correct term is) within a Milvus collection. However, I created 1 file – test_milvus.py
to create a simple collection like so: