Skip to content
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

feat: support keyword text match #2256

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Conversation

longjiquan
Copy link
Contributor

No description provided.

@@ -360,7 +360,7 @@ def _parse_type_params(self):
if k in self._kwargs:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update comment in line 357

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

Signed-off-by: longjiquan <[email protected]>
if self._kwargs:
for k in COMMON_TYPE_PARAMS:
if k in self._kwargs:
if self._type_params is None:
self._type_params = {}
self._type_params[k] = int(self._kwargs[k])
self._type_params[k] = self._kwargs[k]
Copy link
Contributor

@czs007 czs007 Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need modify is_legal_dimision to cover string format.

Signed-off-by: longjiquan <[email protected]>
@czs007
Copy link
Contributor

czs007 commented Sep 13, 2024

/approve
/lgtm

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: czs007, longjiquan

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit 11d2fc0 into milvus-io:master Sep 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants