JackTan25
JackTan25
well, I can't pull the newest 2.4.2, I can get only 2.4.1 or 2.4.0. And I can reproduce on 2.4.1 and 2.4.0. Can you try these two versions?
> try update the milvus tag to [2.4-20240515-b2d83d33](https://hub.docker.com/layers/milvusdb/milvus/2.4-20240515-b2d83d33/images/sha256-e5edf821f886d63e07d51625aff7195ac1e508f243bfbfd2ef57a25974abe052?context=explore) ok, let me check it.
this is my milvus version: milvusdb/milvus:2.4-20240515-b2d83d33. But I can get just only 10 results. That is very strange.
Hi, can I see your 50 results distance, I get 0.xxxx distance, that's very strange. ```sql ["['id: 115882, distance: 1.0, entity: {}', 'id: 712697, distance: 0.7491630911827087, entity: {}', 'id: 255111,...
I reinstall milvus like below: ```sql ## after download, I modify the tag as 2.4-20240515-b2d83d33context=explore) wget https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh bash standalone_embed.sh start ```
Does milvus will do some change for the l2 distance internally? In fact ,the dataset's l2 distance should not be 0.0xx, the uint8 of every dimension for the column ssnap,bigann.
I can just get `667 608 620 111 339 7 372 567 971 183`.
I do `bash standalone_embed.sh stop` and `bash standalone_embed.sh delete`. And then I run `wget https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh` and `bash standalone_embed.sh start`. Does that matter? follow here https://milvus.io/docs/install_standalone-docker.md I don't follow the `docker...
$ docker logs c3b1521e50ea > milvus.log [milvus.log](https://github.com/milvus-io/milvus/files/15376354/milvus.log) here is the log, cc @yanliang567