milvus-io / bootcamp

Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.

Home Page:https://milvus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Failed to load data to Milvus: Collection field dim is 512, but entities field dim is 2048

zhenzi0322 opened this issue · comments

https://github.com/milvus-io/bootcamp/tree/master/solutions/reverse_image_search/quick_deploy/server/src

Failed to load data to Milvus: Collection field dim is 512, but entities field dim is 2048

Hi, I had the same problem, have you solved it yet?

Have you changed the encoding method? Can you try with the latest code or modify the dimension yourself?

Have you changed the encoding method? Can you try with the latest code or modify the dimension yourself?

Thanks for your reply, I managed to solve the problem yesterday after changing the dataset, maybe the dataset I was using before was not appropriate