JackTan25

Results 62 comments of JackTan25

What's the problem from the log?

[milvus.log](https://github.com/milvus-io/milvus/files/15378646/milvus.log) I got the related logs for the query here, it has only 1200 rows.

I suspect that, I'm in standalone mode and My environment is CentOS7, Intel(R) Xeon(R) CPU E5-2650 [email protected] 12-core processors, 128GB of RAM. How about yours? cc @yanliang567

https://github.com/milvus-io/pymilvus/blob/master/examples/hybrid_search.py We should reference to this file. Let's close this one.

[small_data.zip](https://github.com/milvus-io/milvus/files/15405998/small_data.zip) @czs007 1. modify source code here ![1941716386180_ pic](https://github.com/milvus-io/milvus/assets/60096118/854a85d2-ea90-48b5-9d31-b507ca566698) 2. unzip small_data.zip & cd small_data 3. python3 data_load_small_data.py 4. python3 milvus_small_multi_vector.py > milvus.txt 5. python3 ground_truth.py > ground_truth.txt 6. we...

I'm in hurry, so please help me, thanks very much. cc @czs007. Can you reproduce?

> working on it. @JackTan25 Thanks, can you reproduce it? cc @czs007

hi, I test 1000 rows dataset, and it works expectedly, but when the dataset is very large to 100w, I can get only 2%. I want to upper the limit...

yes, I upper the top to 99w and I can get 64% now.