-
Notifications
You must be signed in to change notification settings - Fork 343
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
Refine interfaces for milvus_client #1859
Conversation
/hold |
c4bd7c3
to
607432d
Compare
/unhold |
**kwargs, | ||
) -> List[dict]: | ||
) -> List[List[dict]]: |
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.
Please change the Returns in doc
**kwargs, | ||
): | ||
) -> Dict: |
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.
Please change the Returns and Args in doc
@czs007 the docstring aren't updated with the methods, please refresh the docstring according to the latest methods. |
54eb3d4
to
3af370e
Compare
The main focus of this PR is to port some interfaces from ORM and transform them from an object-oriented form to a functional form. As these are new interfaces of MilvusClient, certain parameters and return values have been modified compared to the original ORM interfaces. Signed-off-by: zhenshan.cao <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, XuanYang-cn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.