GreatFang

Results 18 comments of GreatFang

I think the reason is the logic here :If a truck has already reported a tag to table `tags` once, it will not report again, even if the truck later...

HI, @dipshirajput ,could you pls tell me how you successfully run the milvus test? It keeps reminding missing docker images while idk how to find this image.Didn't dound in internet...

> @GreateFang try to find some solutions here: #27417 yes, I have seem this issue before. and I have tried using --algorithm 'Milvus(Knowhere)' instead of --algorithm milvus, still got the...

> You need to build pyknowhere if you want to use it, since we didn't push it into pypi. check https://github.com/zilliztech/knowhere Is it supoort to be built in Centos? I...

ps: I need to install milvus offline, so I run sudo python3 save_image.py --manifest docker-compose.yml in my mac m1 and upload the images to centos

After updating save_image.py by adding platform arg , the problem was solved. ![image](https://github.com/milvus-io/milvus/assets/32962590/09db4aff-0cae-4817-997d-f2555fd82efb) Maybe can consider update the save_image.py

this problem was solved,and I got a new error. could you help about that? @yanliang567 ![image](https://github.com/milvus-io/milvus/assets/32962590/2ea97c5c-8f96-428e-813d-7d5fdf677a8e) I use hello_milvus.py in https://github.com/milvus-io/pymilvus/blob/v2.3.0b1/examples/hello_milvus.py

> @GreateFang Tell us what case you wanna run. I will try to find the exact download URL. just a small dataset with less data(like 1K or 10K) and dims...

> @GreateFang It's a bit complex. In general, you need to do the following two things: > > First, you need to download the corresponding dataset based on the case...

> @GreateFang The smallest is `Cohere 768dim * 1M`. > > > just a small dataset with less data(like 1K or 10K) > > Could you tell us what you're...