do_bulk_insert
requires the collection to already exist?
#35477
Replies: 1 comment 1 reply
-
do_bulk_insert requires a collection and a list of file paths on S3: Before you call this interface, you need to ensure the collection exists.
Ideally, this interface returns error if the collection doesn't exist. Which version of milvus you used a couple of weeks ago? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a new collection with
do_bulk_insert
and getting an error (that I was not getting previously).Is it necessary to have created an empty collection with schema before I can begin bulk insert? I'm confused because I successfully implemented this just a couple of weeks ago, and appeared to be creating collections with bulk insert from scratch, and now I have this error.
Beta Was this translation helpful? Give feedback.
All reactions