examples
examples copied to clipboard
数据存放失败
为什么执行https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/1_build_image_search_engine.ipynb这个文件中以下代码,没数据进去:
you should call collection.flush() first
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
You need load the collection by collection.load()
.
https://milvus.io/docs/load_collection.md#Load-a-Collection
You need load the collection by
collection.load()
. https://milvus.io/docs/load_collection.md#Load-a-Collection
thx,刚接触相关内容发现该函数放错了位置。多谢指导
I found the problem when data preview in attu
I found the problem when data preview in attu
I think you can check your data and code
我在 attu 中的数据预览中发现了问题
How is it achieved?