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 <[email protected]>
  • Loading branch information
PwzXxm committed Dec 30, 2024
1 parent 240133e commit 7fcf6e8
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 7fcf6e8

Please sign in to comment.