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
Use Milvus server version <= 2.5.1 and new pymilvus server from master/2.5. 2025-01-02 10:57:22,838 [WARNING][search_iterator]: The server does not support Search Iterator V2. The search_iterator (v1) is used instead. Please upgrade your Milvus server version to 2.5.2 and later, or use a pymilvus version before 2.5.3 (excluded) to avoid this issue. (milvus_client.py:603) 2025-01-02 10:57:22,881 [ERROR][handler]: RPC error: [search], <ParamError: (code=1, message=ambiguous parameter: topk, in search_param: 200, in search_param.params: 20)>, <Time:{'RPC start': '2025-01-02 10:57:22.880847', 'RPC error': '2025-01-02 10:57:22.881057'}> (decorators.py:140)
Expected Behavior
Fallback to search iterator v1 and be able to run.
- Hardware/Softward conditions (OS, CPU, GPU, Memory): CPU
- Method of installation (Docker, or from source):source- Milvus version (v0.3.1, or v0.4.0): 2.5.1
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
N/A
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
Use Milvus server version <= 2.5.1 and new pymilvus server from master/2.5.
2025-01-02 10:57:22,838 [WARNING][search_iterator]: The server does not support Search Iterator V2. The search_iterator (v1) is used instead. Please upgrade your Milvus server version to 2.5.2 and later, or use a pymilvus version before 2.5.3 (excluded) to avoid this issue. (milvus_client.py:603) 2025-01-02 10:57:22,881 [ERROR][handler]: RPC error: [search], <ParamError: (code=1, message=ambiguous parameter: topk, in search_param: 200, in search_param.params: 20)>, <Time:{'RPC start': '2025-01-02 10:57:22.880847', 'RPC error': '2025-01-02 10:57:22.881057'}> (decorators.py:140)
Expected Behavior
Fallback to search iterator v1 and be able to run.
Steps/Code To Reproduce behavior
Environment details
Anything else?
N/A
The text was updated successfully, but these errors were encountered: