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
from pymilvus import connections, Collection, FieldSchema, CollectionSchema, DataType,MilvusClient
client = MilvusClient(uri="http://localhost:19530")
我利用readme文件,链接client会出现以下错误:
raise NotOneValueFound('Expected one value, found 0') executing.executing.NotOneValueFound: Expected one value, found 0
The text was updated successfully, but these errors were encountered:
from pymilvus import connections, Collection, FieldSchema, CollectionSchema, DataType,MilvusClient
client = MilvusClient(uri="http://localhost:19530")
我利用readme文件,链接client会出现以下错误:
raise NotOneValueFound('Expected one value, found 0') executing.executing.NotOneValueFound: Expected one value, found 0
The text was updated successfully, but these errors were encountered: