Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace clip server address in docs #857

Merged
merged 2 commits into from
Nov 11, 2022
Merged

Conversation

ZiniuYu
Copy link
Member

@ZiniuYu ZiniuYu commented Nov 11, 2022

Replace demo-cas.jina.ai everywhere in docs

@@ -275,7 +275,7 @@ Then call `rank`, you can feed it with multiple Documents as a list:
```python
from clip_client import Client

c = Client(server='grpcs://demo-cas.jina.ai:2096')
c = Client(server='grpc://0.0.0.0:23456')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not grpcs://api.clip.jina.ai:2096 here?

Copy link
Member Author

@ZiniuYu ZiniuYu Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to add "token" everywhere

@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

Merging #857 (0642447) into main (7108622) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #857   +/-   ##
=======================================
  Coverage   81.39%   81.39%           
=======================================
  Files          21       21           
  Lines        1596     1596           
=======================================
  Hits         1299     1299           
  Misses        297      297           
Flag Coverage Δ
cas 81.39% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@numb3r3 numb3r3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -559,7 +559,7 @@ When the server is successfully running, you can connect to it via client by set
```python
from clip_client import Client

c = Client('grpcs://demo-cas.jina.ai:2096')
c = Client('grpcs://api.clip.jina.ai:2096')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not make sense to use our free service API here. Just use a dummy one.

@github-actions
Copy link

📝 Docs are deployed on https://ft-docs-replace-server-address--jina-docs.netlify.app 🎉

@numb3r3 numb3r3 merged commit ebfa494 into main Nov 11, 2022
@numb3r3 numb3r3 deleted the docs-replace-server-address branch November 11, 2022 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants