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 Creat BM25 Function #317

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

aoiasd
Copy link
Contributor

@aoiasd aoiasd commented Sep 3, 2024

relate: #318
Support function schema and add functions to collection schema.

@mergify mergify bot added the dco-passed DCO check passed. label Sep 3, 2024
Copy link

mergify bot commented Sep 3, 2024

@aoiasd Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”)

@aoiasd
Copy link
Contributor Author

aoiasd commented Sep 3, 2024

relate: #318

@@ -78,6 +94,7 @@ message CollectionSchema {
repeated FieldSchema fields = 4;
bool enable_dynamic_field = 5; // mark whether this table has the dynamic field function enabled.
repeated common.KeyValuePair properties = 6;
repeated FunctionSchema funtions = 7;
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be "functions", not "funtions"

@yhmo
Copy link
Collaborator

yhmo commented Sep 3, 2024

/lgtm
/approve

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aoiasd, yhmo

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 d3a0eb3 into milvus-io:master Sep 3, 2024
4 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.

3 participants