Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The type of the object returned by query_iterator is pymilvus.orm.iterator.QueryIterator object,which doesn't seem reasonable #2592

Open
1 task done
laurazhao0611 opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@laurazhao0611
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

- 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

@laurazhao0611 laurazhao0611 added the kind/bug Something isn't working label Jan 23, 2025
@laurazhao0611
Copy link
Author

/assign @XuanYang-cn

@XuanYang-cn XuanYang-cn added this to the 3.0 milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants