milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.38k stars 2.82k forks source link

[Feature]: Bulk insert from files using RESTful APIs #24874

Open SaratM34 opened 1 year ago

SaratM34 commented 1 year ago

Is there an existing issue for this?

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

We are planning to use RESTful API's to conduct all operations on milvus DB instead of SDK but found that bulk insert from files is not supported using REST. This will be a blocker for us if we plan to insert large amounts of data.

https://milvus.io/docs/bulk_insert.md

Describe the solution you'd like.

Provide support for Bulk insert from files using RESTful APIs

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

xiaofan-luan commented 1 year ago

good to know. I thought we are already working on it

SaratM34 commented 1 year ago

Hi @xiaofan-luan thanks for your response. If you are already working on this feature, May I know which upcoming release might include this feature?

xiaofan-luan commented 1 year ago

Hi @xiaofan-luan thanks for your response. If you are already working on this feature, May I know which upcoming release might include this feature?

We are trying to refine the restful API. this will be done some time this month.

Support bulk insert with restful API will be next step, I would expect this to be done some time this July or August. @yelusion2 @soothing-rain