bootcamp
bootcamp copied to clipboard
[BUG]: img-search-webclient 上传图片无响应
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
- 云服务器上下载 bootcamp-2.0.2
- 修改docker-compose.yaml 中 的webclient.environment.API_URL为服务器地址
- docker-compose -up -d 启动
- docker logs看日志正常,无报错
- copy 图片文件夹到img-search-webserver docker中
- client 页面上上传图片 6上传图片有请求,无响应(无报错日志)
Expected Behavior
No response
Steps To Reproduce
No response
Software version
Milvus: milvus:v2.0.2
Server: img-search-server:towhee0.6
Client: img-search-client:1.0
Anything else?
No response
刷新页面都是No image in this set, 且xxx: 5000/img/count 请求状态都是 pending,查不出数据
Hi @huan415, can you try with the latest code?
这个问题最后解决了吗?我现在也遇到了
我也是同样的问题
你要看一下这里面有没有图片。是否是支持的图片格式。
我也遇到了,并不是图片的格式问题,我只加载一张图片,都无法加载
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).