Skip to content

Commit

Permalink
enhance:refine search iter v2 warning (#2527)
Browse files Browse the repository at this point in the history
pr: #2526
issue: milvus-io/milvus#37548

Signed-off-by: Patrick Weizhi Xu <[email protected]>
(cherry picked from commit 7fcf6e8)
  • Loading branch information
PwzXxm authored Dec 30, 2024
1 parent fd2ba53 commit 3592604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymilvus/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,6 @@ class ExceptionsMessage:
)
SearchIteratorV2FallbackWarning = """
The server does not support Search Iterator V2. The search_iterator (v1) is used instead.
Please upgrade your Milvus server or use an SDK version before 2.5.2 (excluded) to avoid this issue.
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.
"""

0 comments on commit 3592604

Please sign in to comment.