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

Implement bulkload interface

Open yhmo opened this issue 3 years ago • 1 comments

// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load rpc Import(ImportRequest) returns (ImportResponse) {} rpc GetImportState(GetImportStateRequest) returns (GetImportStateResponse) {} rpc ListImportTasks(ListImportTasksRequest) returns (ListImportTasksResponse) {}

yhmo avatar Apr 29 '22 10:04 yhmo

As this is from milvus 2.1, do we need to add some milestone/branch for it? E.g.

  • master branch for following the latest change from milvus-io/milvus
  • Branch 2.0 for supporting milvus 2.0.x

And if possible, we need to set up and enable some CI for the tag/release for milvus-sdk-cpp. Then the user may use precompiled SDK.

matrixji avatar May 05 '22 08:05 matrixji