milvus-io / milvus-sdk-cpp

C++ SDK for Milvus 2.0
Apache License 2.0
37 stars 21 forks source link

GPU Index #257

Open luisfmnunes opened 8 months ago

luisfmnunes commented 8 months ago

Verifying the available IndexTypes, I noticed that there is no milvus::IndexType::GPU_IVF_FLAT. In pymilvus I can specify a string literal to create such index.

Is it possible to create GPU Indexes using C++ SDK?

xiaofan-luan commented 8 months ago

Hi @luisfmnunes there is no reason why cpp sdk can not support c++ SDK

luisfmnunes commented 8 months ago

Hi @luisfmnunes there is no reason why cpp sdk can not support c++ SDK

I noticed that the c++ SDK is just outdated, I'm working on a pull request that introduces the GPU Index Types enumerators and validation.

Thank you for your response.

matrixji commented 8 months ago

@luisfmnunes thanks for your contributions, and you could self-assign this issue if you like to provide the PR.