-
Notifications
You must be signed in to change notification settings - Fork 60
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
Conversation
@aoiasd Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”) |
relate: #318 |
proto/schema.proto
Outdated
@@ -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; |
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.
should be "functions", not "funtions"
Signed-off-by: aoiasd <[email protected]>
/lgtm |
[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 |
relate: #318
Support function schema and add functions to collection schema.