Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bulkload interface #184

Open
yhmo opened this issue Apr 29, 2022 · 1 comment
Open

Implement bulkload interface #184

yhmo opened this issue Apr 29, 2022 · 1 comment
Assignees
Labels

Comments

@yhmo
Copy link
Collaborator

yhmo commented Apr 29, 2022

// 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 yhmo added the feature label Apr 29, 2022
@yhmo yhmo self-assigned this Apr 29, 2022
@matrixji
Copy link
Collaborator

matrixji commented May 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants