milvus-sdk-go
milvus-sdk-go copied to clipboard
[Feature]: Bulkload APIs required.
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
/assign @wayblink