You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to import multiple files using the row-based approach, I encounter an error message: "io.milvus.exception.ServerException: row-based import, only allow one JSON file each time."
How can I accomplish bulk insertion using the row-based method?
List<String> fileList = new ArrayList<>(); fileList.add("a-bucket/2022/Data_1.json"); fileList.add("a-bucket/2022/Data_2.json"); util.bulkInsert(collectionName, fileList);
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Hello, I attempted bulk insertion of multiple files using version 2.4.1, yet the problem persists unchanged.
Hello @UshaPravinkumar , version 2.4.x introduces RESTful API to enable importing multiple files in a single request. You can find more information in the documentation: RESTful API Documentation.
Hello, I attempted bulk insertion of multiple files using version 2.4.1, yet the problem persists unchanged.
Hello @UshaPravinkumar , version 2.4.x introduces RESTful API to enable importing multiple files in a single request. You can find more information in the documentation: RESTful API Documentation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
What would you like to be added?
Hello,
When attempting to import multiple files using the row-based approach, I encounter an error message: "io.milvus.exception.ServerException: row-based import, only allow one JSON file each time."
How can I accomplish bulk insertion using the row-based method?
List<String> fileList = new ArrayList<>(); fileList.add("a-bucket/2022/Data_1.json"); fileList.add("a-bucket/2022/Data_2.json"); util.bulkInsert(collectionName, fileList);
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: