You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[2026-02-16]** Huge thanks to [@JamieHoldcroft](https://github.com/JamieHoldcroft) for integrating **15+** new dense retrievers, including SOTA LLM-based bi-encoders (**SFR**, **E5**, **GritLM**) and reasoning-intensive models (**RaDeR**, **ReasonIR**, **ReasonEmbed**, **BGE-Reasoner**)
115
+
-**[2026-02-16]** Huge thanks to [@JamieHoldcroft](https://github.com/JamieHoldcroft) for integrating **15+** new dense retrievers, including SOTA LLM-based bi-encoders (**SFR**, **E5**, **GritLM**) and reasoning-augmented models (**RaDeR**, **ReasonIR**, **ReasonEmbed**, **BGE-Reasoner**).
116
116
117
117
-**[2025-10-14]** Updated installation with optional extras: `retriever`, `reranking`, `rag`, and `all`.
118
118
-**[2025-10-14]** New **CLI** (`rankify-index`) syntax & examples for **BM25, DPR, ANCE, Contriever, ColBERT, BGE**.
@@ -1345,12 +1345,22 @@ print("RAGAS (OpenAI):", {k: v for k, v in scores_openai.items() if k.startswith
- 🎯 **Powerful Re-Ranking**: Implements **24 advanced models** with **41 sub-methods** to optimize ranking performance.
1414
1424
- 🏗️ **Prebuilt Indices**: Provides **Wikipedia and MS MARCO** corpora, eliminating indexing overhead and speeding up retrieval.
1415
1425
- 🔮 **Seamless RAG Integration**: Works with backends like **Hugging Face, OpenAI, vLLM, LiteLLM** inferening models like **GPT, LLAMA, T5, and Fusion-in-Decoder (FiD)** for multiple **retrieval-augmented generation** methods.
@@ -1483,6 +1493,9 @@ Rankify is licensed under the Apache-2.0 License - see the [LICENSE](https://ope
1483
1493
1484
1494
We would like to express our gratitude to the following libraries, which have greatly contributed to the development of **Rankify**:
1485
1495
1496
+
-**Diver** – For the reference implementation of the dense retriever routing and caching logic used to integrate various bi-encoders.
0 commit comments