VectorDBBench
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
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
- Did you try the GPU image?
- what index you are trying to create?
Earlier I was using normal image. Now, it's working fine with Milvus GPU image. So, I am good