bwang0911 commited on
Commit
4092188
1 Parent(s): 225916c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -21,6 +21,10 @@ license: apache-2.0
21
  <b>The text embedding set trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
22
  </p>
23
 
 
 
 
 
24
 
25
  ## Intended Usage & Model Info
26
 
@@ -105,9 +109,10 @@ embeddings = model.encode(
105
  )
106
  ```
107
 
108
- ## Fully-managed Embeddings Service
109
 
110
- Alternatively, you can use Jina AI's [Embedding platform](https://jina.ai/embeddings/) for fully-managed access to Jina Embeddings models.
 
111
 
112
  ## Use Jina Embeddings for RAG
113
 
 
21
  <b>The text embedding set trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
22
  </p>
23
 
24
+ ## Quick Start
25
+
26
+ The easiest way to starting using `jina-embeddings-v2-base-de` is to use Jina AI's [Embedding API](https://jina.ai/embeddings/).
27
+
28
 
29
  ## Intended Usage & Model Info
30
 
 
109
  )
110
  ```
111
 
112
+ ## Alternatives to Using Transformers Package
113
 
114
+ 1. _Managed SaaS_: Get started with a free key on Jina AI's [Embedding API](https://jina.ai/embeddings/).
115
+ 2. _Private and high-performance deployment_: Get started by picking from our suite of models and deploy them on [AWS Sagemaker](https://aws.amazon.com/marketplace/seller-profile?id=seller-stch2ludm6vgy).
116
 
117
  ## Use Jina Embeddings for RAG
118