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.
https://milvus.io
Apache License 2.0
1.71k stars 544 forks source link

[FEATURE]: Data loading and storage issues in image search #1323

Open listento123 opened 1 month ago

listento123 commented 1 month ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

1.Search the image system by image in the image_search file. Do you need to load the image set again if you want to use it next time you reopen the system after loading it。 2.The image is converted into a vector and stored in Milvus. Can we query these vectors on a visual interface.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Anything else?

No response

codingjaguar commented 1 month ago

Thanks for reporting the issue. We have developed a new version of image search example in https://github.com/milvus-io/bootcamp/blob/master/bootcamp/tutorials/quickstart/image_search_with_milvus.ipynb, utilizing the latest available open-source models and the just released easy-to-install Milvus Lite (https://github.com/milvus-io/milvus-lite). Can you please check if that helps fix the problem?