Cai Yudong
Cai Yudong
Test with my local machine ``` CPU(s): 12 Model name: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ``` It takes about 2.4ms to normalize the query vector of glove-200-angular (nq =...
I did some code change in knowhere, the normalizing runtime improves 4 times (from 2.4 ms to 0.6 ms), after knowhere upgraded, please re-test this case. @elstic
@elstic please re-test this case
knowhere has already supported to show "DEBUG" for debug build (https://github.com/milvus-io/knowhere/pull/860) When querynode / indexnode do knowhere initialization, we can see knowhere is running "DEBUG" or not. ``` I20230506 11:35:00.246528...
/kind improvement
/run-cpu-e2e
I see both pymilvus and Milvus will report error on this scenario: pymilvus ``` File "/home/caiyd/vec/pymilvus/pymilvus/client/grpc_handler.py", line 572, in create_index check_index_params(params) File "/home/caiyd/vec/pymilvus/pymilvus/client/check.py", line 391, in check_index_params raise ParamError(message=f"Invalid metric_type:...
@congqixia I need your script to re-produce this issue