milvus-sdk-go icon indicating copy to clipboard operation
milvus-sdk-go copied to clipboard

[Feature]: Bulkload APIs required.

Open soothing-rain opened this issue 3 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

We need bulkload APIs on Milvus GO SDK.

We already have them on Python SDK (not merged into the main branch yet): https://github.com/yhmo/pymilvus/tree/completebulkload

Specifically we need the following APIs:

bulk_load()
get_bulk_load_state()
list_bulk_load_tasks()
complete_bulk_load()

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

soothing-rain avatar Aug 19 '22 03:08 soothing-rain

/assign @wayblink

soothing-rain avatar Aug 23 '22 03:08 soothing-rain