bwang0911 saahil-ognawala commited on
Commit
c322a78
·
verified ·
1 Parent(s): a845b51

Include Embeddings API in the usage section (#9)

Browse files

- Include Embeddings API in the usage section (5880de8686d91e69f5296ff72c26aea81893e00e)


Co-authored-by: Saahil Ognawala <[email protected]>

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