bwang0911 commited on
Commit
29b679f
1 Parent(s): 271f95e

Update README.md (#13)

Browse files

- Update README.md (3870b93479f5ff8c80c7b4638987a0d39b8bab34)

Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -2672,17 +2672,15 @@ embeddings = model.encode(
2672
  )
2673
  ```
2674
 
2675
- *Alternatively, you can use Jina AI's [Embeddings platform](https://jina.ai/embeddings/) for fully-managed access to Jina Embeddings models*.
2676
 
2677
- ## Fine-tuning
2678
 
2679
- Please consider [Finetuner](https://github.com/jina-ai/finetuner).
2680
-
2681
- ## Use Jina Embeddings for RAG
2682
 
2683
  Jina Embeddings are very effective for retrieval augmented generation (RAG).
2684
- Ravi Theja wrote a blog post on using Jina Embeddings together with [LLama Index](https://github.com/run-llama/llama_index) for RAG:
2685
- https://blog.llamaindex.ai/boosting-rag-picking-the-best-embedding-reranker-models-42d079022e83
2686
 
2687
  <img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*ZP2RVejCZovF3FDCg-Bx3A.png" width="780px">
2688
 
 
2672
  )
2673
  ```
2674
 
2675
+ ## Fully-managed Embeddings Service
2676
 
2677
+ Alternatively, you can use Jina AI's [Embeddings platform](https://jina.ai/embeddings/) for fully-managed access to Jina Embeddings models.
2678
 
2679
+ ## RAG Performance
 
 
2680
 
2681
  Jina Embeddings are very effective for retrieval augmented generation (RAG).
2682
+ Ravi Theja wrote a [blog post](https://blog.llamaindex.ai/boosting-rag-picking-the-best-embedding-reranker-models-42d079022e83) on using Jina Embeddings together with [LLama Index](https://github.com/run-llama/llama_index) for RAG:
2683
+
2684
 
2685
  <img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*ZP2RVejCZovF3FDCg-Bx3A.png" width="780px">
2686