You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: