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

[DOCS]: Add documentation for BulkInsert, GetBulkInsertState and ListBulkInsertState

Open SleepyBearDad opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Documentation Link

No response

Describe the problem

There is no documentation for the useful BulkInsert API. Since it's semantics differ from the python/Java documented here: https://milvus.io/docs/bulk_insert.md

Describe the improvement

Create a milvus-sdk-go documentation for the BulkInsert API describing the semantics in the method documentation: "// BulkInsert import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments" (client.go)

Additionally, document the GetBulkInsertState and ListBulkInsertState

Anything else?

No response

SleepyBearDad avatar Nov 05 '23 07:11 SleepyBearDad

+1

anonymous530 avatar Dec 22 '23 08:12 anonymous530