Skip to content

Commit

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

Signed-off-by: Patrick Weizhi Xu <[email protected]>
  • Loading branch information
PwzXxm authored Dec 30, 2024
1 parent 240133e commit fdbb77a
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 fdbb77a

Please sign in to comment.