Skip to content

Commit

Permalink
docs: remove unsed header; correct img
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiniuYu committed Jun 8, 2022
1 parent bc9857b commit 9a4145e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified docs/user-guides/images/jc-deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions docs/user-guides/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,15 +519,13 @@ The Flow is successfully deployed when you see:
```

### Connect from Client
After deploying on jcloud, you can connect to it via client by setting `grpcs://` as follows:


```python
from clip_client import Client

c = Client(
'grpcs://174eb69ba3.wolf.jina.ai'
) # This is the URL you get from previous step
c = Client('grpcs://174eb69ba3.wolf.jina.ai') # This is the URL you get from previous step

r = c.encode(
[
Expand Down

0 comments on commit 9a4145e

Please sign in to comment.