Skip to content

Commit

Permalink
Merge b0c2e9e into c7d78c4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 26, 2021
2 parents c7d78c4 + b0c2e9e commit 384b719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jina/resources/multimodal/pods/encode-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
with:
channel_axis: -1
requests:
uses_default: true
use_default: true
on:
[IndexRequest, SearchRequest]:
with:
Expand Down
2 changes: 1 addition & 1 deletion jina/resources/multimodal/pods/encode-text.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!TransformerTorchEncoder
requests:
uses_default: true
use_default: true
on:
[SearchRequest, IndexRequest]:
with:
Expand Down
2 changes: 1 addition & 1 deletion jina/resources/multimodal/pods/filter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!BaseExecutor
requests:
uses_default: true
use_default: true
on:
[IndexRequest, SearchRequest]:
- !FilterQL
Expand Down

0 comments on commit 384b719

Please sign in to comment.