You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any logs in the server? Before calling the collection.insert function, we will first create a collection, you can view the code, so it may fail when creating the collection.
This error means that the collection object is None, please double check whether your Milvus server is running successfully :)
Are there any logs in the server? Before calling the collection.insert function, we will first create a collection, you can view the code, so it may fail when creating the collection.
This error means that the collection object is None, please double check whether your Milvus server is running successfully :)
Only the log showing the normal operation of server.I just use the code of MilvusHelper in object-search to create a collection.I think the error means Milvus server is not running.
Describe the issue
My Milvus often fails to get the MilvusHelper object.At that time,I had to reinstall Milvus.This problem happens frequently.
To Reproduce
Expected behavior
Can always get milvushelper object.
Screenshots
Traceback (most recent call last):
File "/home/vector/milvus2.0/quick_deploy/server/src/milvus_helpers.py", line 59, in insert
mr = self.collection.insert(data)
AttributeError: 'NoneType' object has no attribute 'insert'
Additional context
Sometimes I use load.py from outside, which may be related to the problem.
The text was updated successfully, but these errors were encountered: