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

GPU Index

Open luisfmnunes opened this issue 1 year ago • 3 comments

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?

luisfmnunes avatar Jan 31 '24 13:01 luisfmnunes

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

xiaofan-luan avatar Feb 01 '24 05:02 xiaofan-luan

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.

luisfmnunes avatar Feb 01 '24 13:02 luisfmnunes

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

matrixji avatar Feb 02 '24 02:02 matrixji