milvus-sdk-cpp
milvus-sdk-cpp copied to clipboard
GPU Index
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?
Hi @luisfmnunes there is no reason why cpp sdk can not support c++ SDK
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 thanks for your contributions, and you could self-assign this issue if you like to provide the PR.