VectorDBBench icon indicating copy to clipboard operation
VectorDBBench copied to clipboard

VectorDBBench test on Milvus with GPU index type CAGRA fails with error - failed to create index, C Runtime Exception: => index not supported at /workspace/source/internal/core/src/index/VectorMemIndex.cpp:113

Open kaminis85 opened this issue 1 year ago • 2 comments

Milvus VectorDB is deployed on OCP cluster, index node using 1 GPU. Vector DB application installed on OCP installer VM. Running VectorDBBench test via GUI, with CAGRA GPU index type for cohere 1M dataset size.

The test fails with below error message-

: segcore unsupported error[segcoreCode=2003];452935734244813975: failed to create index, C Runtime Exception: => index not supported at /workspace/source/internal/core/src/index/VectorMemIndex.cpp:113

Am I missing anything while running this GPU test?

kaminis85 avatar Oct 01 '24 21:10 kaminis85

@kaminis85

  1. Did you try the GPU image?
  2. what index you are trying to create?

xiaofan-luan avatar Oct 07 '24 08:10 xiaofan-luan

Earlier I was using normal image. Now, it's working fine with Milvus GPU image. So, I am good

kaminis85 avatar Oct 08 '24 05:10 kaminis85