examples icon indicating copy to clipboard operation
examples copied to clipboard

数据存放失败

Open gggdroa opened this issue 1 year ago • 7 comments

为什么执行https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/1_build_image_search_engine.ipynb这个文件中以下代码,没数据进去: image image

gggdroa avatar Nov 02 '23 02:11 gggdroa

you should call collection.flush() first image

junjiejiangjjj avatar Nov 02 '23 03:11 junjiejiangjjj

https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/1_build_image_search_engine.ipynb

But the data cannot be viewed in the library image

gggdroa avatar Nov 02 '23 05:11 gggdroa

You need load the collection by collection.load(). https://milvus.io/docs/load_collection.md#Load-a-Collection

junjiejiangjjj avatar Nov 02 '23 06:11 junjiejiangjjj

You need load the collection by collection.load(). https://milvus.io/docs/load_collection.md#Load-a-Collection

thx,刚接触相关内容发现该函数放错了位置。多谢指导

gggdroa avatar Nov 02 '23 06:11 gggdroa

I found the problem when data preview in attu image

javahook avatar Dec 27 '23 16:12 javahook

I found the problem when data preview in attu image

I think you can check your data and code

gggdroa avatar Dec 28 '23 02:12 gggdroa

我在 attu 中的数据预览中发现了问题 图像

How is it achieved?

watertianyi avatar Sep 11 '24 08:09 watertianyi