Skip to content

Commit

Permalink
refactor: remove groundtruth from update (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-hoenicke committed Feb 4, 2021
1 parent 36292e3 commit 5cbe03c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 26 deletions.
2 changes: 1 addition & 1 deletion jina/__init__.py
Expand Up @@ -57,7 +57,7 @@

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
__proto_version__ = '0.0.77'
__proto_version__ = '0.0.78'

__uptime__ = _datetime.datetime.now().isoformat()

Expand Down
2 changes: 0 additions & 2 deletions jina/proto/jina.proto
Expand Up @@ -294,8 +294,6 @@ message RequestProto {
*/
message UpdateRequestProto {
repeated DocumentProto docs = 1; // a list of Documents to update

repeated DocumentProto groundtruths = 2; // the groundtruth document you want to evaluate it with
}

/**
Expand Down
38 changes: 15 additions & 23 deletions jina/proto/jina_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cbe03c

Please sign in to comment.