Skip to content

Commit

Permalink
enhance:refine search iter v2 warning
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
(cherry picked from commit 7fcf6e8)
  • Loading branch information
PwzXxm committed Dec 30, 2024
1 parent fd2ba53 commit 198659e
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 198659e

Please sign in to comment.