-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
docs: add link and intro to inference api #900
Conversation
Codecov Report
@@ Coverage Diff @@
## main #900 +/- ##
===========================================
- Coverage 82.73% 71.61% -11.13%
===========================================
Files 23 23
Lines 1564 1564
===========================================
- Hits 1294 1120 -174
- Misses 270 444 +174
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
README.md
Outdated
<br> | ||
<b>Embed images and sentences into fixed-length vectors with CLIP</b> | ||
<a href="https://cloud.jina.ai/user/inference"> | ||
<img src="https://github.com/jina-ai/clip-as-service/blob/4b315ae60087e1318bdceea19c55cdfd389687af/.github/README-img/banner.svg?raw=true" width="100%"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep it in mind to change the src URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments in docs and banner.
docs/hosting/by-jina.md
Outdated
However, the "best model" is not always the best choice for your application. You may want to use a smaller model for faster response time, or a larger model for better accuracy. We provide the Inference API for you to customize your models, and this feature is currently in beta. | ||
However, the "best model" is not always the best choice for your application. You may want to use a smaller model for faster response time, or a larger model for better accuracy. | ||
With the [Inference API](https://cloud.jina.ai/user/inference) in [Jina AI Cloud](https://cloud.jina.ai/), you have the flexibility to choose the model that best suits your specific needs. | ||
You can easily switch between models and customize the settings to achieve the desired balance between accuracy and speed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe, we can remove lines 16, 17 and 18
- it's a lot of text without much information gain and, IMO its suited better to our landing page.
📝 Docs are deployed on https://ft-docs-link-to-jac--jina-docs.netlify.app 🎉 |
NOTE: DO NOT MERGE
After review, I will change the banner image url to a stable one
Please check https://github.com/jina-ai/clip-as-service/tree/docs-link-to-jac for readme