Reproduce steps:
- create HNSW-SQ index with following command:
vectordbbench milvushnswsq --uri "http://10.220.56.72:19530" --case-type Performance1024D10M --drop-old --m 16 --ef-construction 128 --ef-search 100 --refine false --refine-type fp32 --refine-k 100 --sq-type sq8
- retest QPS as HNSW index type with following command:
vectordbbench milvushnsw --uri "http://10.220.56.72:19530" --case-type Performance1024D10M --skip-drop-old --skip-load --m 16 --ef-construction 128 --ef-search 100
vectordbbench should report index type mis-match, but not