-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: support recalls for milvus_client #2552
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chasingegg The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1b06a72
to
485136e
Compare
pymilvus/client/types.py
Outdated
|
||
def __str__(self) -> str: | ||
"""Only print at most 10 query results""" | ||
recall_msg = ( | ||
f", recalls: {list(map(str, self.recalls))}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might need to limit the printed max length to 10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update
485136e
to
b1d826c
Compare
b1d826c
to
c3dad23
Compare
Signed-off-by: chasingegg <[email protected]>
acb9a9f
to
1c1d993
Compare
issue: milvus-io/milvus#37899