jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
https://clip-as-service.jina.ai
Other
12.48k stars 2.07k forks source link

feat: read config from stdin to allow pipe #758

Closed hanxiao closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #758 (cf7f70c) into main (03541dd) will decrease coverage by 0.33%. The diff coverage is 28.57%.

@@            Coverage Diff             @@
##             main     #758      +/-   ##
==========================================
- Coverage   80.96%   80.62%   -0.34%     
==========================================
  Files          17       17              
  Lines        1208     1213       +5     
==========================================
  Hits          978      978              
- Misses        230      235       +5     
Flag Coverage Δ
cas 80.62% <28.57%> (-0.34%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/clip_server/__main__.py 0.00% <0.00%> (ø)
client/clip_client/__init__.py 100.00% <100.00%> (ø)
server/clip_server/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a298d4...cf7f70c. Read the comment docs.