Skip to content

Commit

Permalink
Reverse proto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NarekA committed Dec 13, 2023
1 parent d1450b0 commit 40f0c60
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 99 deletions.
2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _ignore_google_warnings():

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

try:
__docarray_version__ = _docarray.__version__
Expand Down
6 changes: 0 additions & 6 deletions jina/proto/docarray_v1/jina.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ message DataRequestProto {
}

DataContentProto data = 4; // container for docs and groundtruths

google.protobuf.Struct metadata = 5; // extra kwargs that will be used in executor
}


Expand All @@ -140,8 +138,6 @@ message SingleDocumentRequestProto {

docarray.DocumentProto document = 4; // the document in this request

google.protobuf.Struct metadata = 5; // extra kwargs that will be used in executor

}

message DataRequestProtoWoData {
Expand All @@ -152,8 +148,6 @@ message DataRequestProtoWoData {

repeated RouteProto routes = 3; // status info on every routes

google.protobuf.Struct metadata = 4; // extra kwargs that will be used in executor

}


Expand Down
92 changes: 46 additions & 46 deletions jina/proto/docarray_v1/pb/jina_pb2.py

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

Loading

0 comments on commit 40f0c60

Please sign in to comment.