saahil-ognawala commited on
Commit
5880de8
1 Parent(s): a845b51

Include Embeddings API in the usage section

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,7 +43,8 @@ This dual capability makes it an excellent tool for multimodal retrieval-augment
43
 
44
  ## Usage
45
 
46
- You can use Jina CLIP directly via transformers package.
 
47
 
48
  ```python
49
  !pip install transformers einops timm pillow
 
43
 
44
  ## Usage
45
 
46
+ 1. The easiest way to starting using jina-clip-v1-en is to use Jina AI's [Embeddings API](https://jina.ai/embeddings/).
47
+ 2. Alternatively, you can use Jina CLIP directly via transformers package.
48
 
49
  ```python
50
  !pip install transformers einops timm pillow