Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyAcorn committed Dec 2, 2023
1 parent 3ce5133 commit 71fbd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/vectorindex.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ message _OrExpression {
}

message _NotExpression {
_FilterExpression not_expression = 1;
_FilterExpression expression_to_negate = 1;
}

message _EqualsExpression {
Expand Down

0 comments on commit 71fbd3c

Please sign in to comment.