Include Embeddings API in the usage section
#9
by
saahil-ognawala
- opened
README.md
CHANGED
@@ -43,7 +43,8 @@ This dual capability makes it an excellent tool for multimodal retrieval-augment
|
|
43 |
|
44 |
## Usage
|
45 |
|
46 |
-
|
|
|
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
|