juliaturc commited on
Commit
d56e3cf
·
1 Parent(s): 6600da0

Nits to README for NVIDIA reranker

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -89,9 +89,9 @@ pip install git+https://github.com/Storia-AI/sage.git@main
89
  export PINECONE_INDEX_NAME=...
90
  ```
91
 
92
- 3. For reranking, we support <a href="https://developer.nvidia.com/blog/enhancing-rag-pipelines-with-re-ranking/">NVIDIA</a>, <a href="https://docs.voyageai.com/docs/reranker">Voyage</a>, <a href="https://cohere.com/rerank">Cohere</a>, and <a href="https://jina.ai/reranker/">Jina</a>. According to [our experiments](benchmark/retrieval/README.md), NVIDIA performs best. Note: for NVIDIA you should use the `nvidia/nv-rerankqa-mistral-4b-v3` reranker.
93
-
94
- Export the API key of the desired provider:
95
  ```
96
  export NVIDIA_API_KEY=... # or
97
  export VOYAGE_API_KEY=... # or
 
89
  export PINECONE_INDEX_NAME=...
90
  ```
91
 
92
+ 3. For reranking, we support <a href="https://developer.nvidia.com/blog/enhancing-rag-pipelines-with-re-ranking/">NVIDIA</a>, <a href="https://docs.voyageai.com/docs/reranker">Voyage</a>, <a href="https://cohere.com/rerank">Cohere</a>, and <a href="https://jina.ai/reranker/">Jina</a>.
93
+ - According to [our experiments](benchmark/retrieval/README.md), NVIDIA performs best. To get an API key, follow [these instructions](https://docs.nvidia.com/nim/large-language-models/latest/getting-started.html#generate-an-api-key). Note that NVIDIA's API keys are model-specific. We recommend using `nvidia/nv-rerankqa-mistral-4b-v3`.
94
+ - Export the API key of the desired provider:
95
  ```
96
  export NVIDIA_API_KEY=... # or
97
  export VOYAGE_API_KEY=... # or