milvus-io / milvus

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

need milvus cpp & scala api for libtorch and javacpp pytorch #20966

Open mullerhai opened 1 year ago

mullerhai commented 1 year ago

Is there an existing issue for this?

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

we write pytorch code in scala & cpp ,want to use milvus

Describe the solution you'd like.

develop cpp & scala api

Describe an alternate solution.

.develop cpp & scala api

Anything else? (Additional Context)

.develop cpp & scala api

xiaofan-luan commented 1 year ago

hi @mullerhai , milvus java SDK is ready in production see https://github.com/milvus-io/milvus-sdk-java.

Milvus cpp SDK is still under development and might not be perfectly in sync. but you can check

xiaofan-luan commented 1 year ago

https://github.com/milvus-io/milvus-sdk-cpp

xiaofan-luan commented 1 year ago

We did support pytorch connector, but if anyone will to contribute one that would be super helpful

mullerhai commented 1 year ago

hi @mullerhai , milvus java SDK is ready in production see https://github.com/milvus-io/milvus-sdk-java.

Milvus cpp SDK is still under development and might not be perfectly in sync. but you can check

very thanks, If we support spark, I willing write milvus-scala-pytorch connector in future