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
something like "pymilvus.client.search_iterator.SearchIteratorV2", should not include 'ORM' in it.
Steps/Code To Reproduce behavior
Environment details
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):pymilvus: 2.6.0rc60
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
client = MilvusClient("http://10.102.6.111:19530")
res = client.query_iterator("test_collection", limit=10)
print(type(res))
response:
<class 'pymilvus.orm.iterator.QueryIterator'>
Expected Behavior
something like "pymilvus.client.search_iterator.SearchIteratorV2", should not include 'ORM' in it.
Steps/Code To Reproduce behavior
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: