Skip to content

Commit c4f4db0

Browse files
added retriever additions into README
1 parent 43d032a commit c4f4db0

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ https://github.com/user-attachments/assets/13184943-55db-4f0c-b509-fde920b809bc
112112

113113

114114
## 🎉News
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-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**).
116116

117117
- **[2025-10-14]** Updated installation with optional extras: `retriever`, `reranking`, `rag`, and `all`.
118118
- **[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
13451345
-**[BGE](https://arxiv.org/abs/2402.03216)**
13461346
-**[Contriever](https://arxiv.org/abs/2112.09118)**
13471347
-**[BPR](https://arxiv.org/abs/2106.00882)**
1348-
-**[HYDE](https://arxiv.org/abs/2212.10496)**
1348+
-**[HYDE](https://arxiv.org/abs/2212.10496)**
1349+
-**[SFR](https://huggingface.co/Salesforce/SFR-Embedding-Mistral)**
1350+
-**[E5](https://arxiv.org/abs/2212.03533)**
1351+
-**[GritLM](https://arxiv.org/abs/2402.09906)**
1352+
-**[M2](https://arxiv.org/abs/2310.12109)**
1353+
-**[Nomic](https://arxiv.org/abs/2402.01613)**
1354+
-**[Instructor](https://arxiv.org/abs/2212.09741)**
1355+
-**[RaDeR](https://arxiv.org/abs/2505.18405)**
1356+
-**[ReasonIR](https://arxiv.org/abs/2504.20595)**
1357+
-**[BGE-Reasoner](https://huggingface.co/BAAI/bge-en-icl)**
1358+
-**[ReasonEmbed](https://arxiv.org/abs/2510.08252)**
13491359
- 🕒 **RepLlama**
13501360
- 🕒 **coCondenser**
13511361
- 🕒 **Spar**
13521362
- 🕒 **Dragon**
1353-
- 🕒 **Hybird**
1363+
- 🕒 **Hybrid**
13541364
---
13551365

13561366
### **2️⃣ Rerankers**
@@ -1409,7 +1419,7 @@ print("RAGAS (OpenAI):", {k: v for k, v in scores_openai.items() if k.startswith
14091419

14101420
- 🔥 **Unified Framework**: Combines **retrieval**, **re-ranking**, and **retrieval-augmented generation (RAG)** into a single modular toolkit.
14111421
- 📚 **Rich Dataset Support**: Includes **40+ benchmark datasets** with **pre-retrieved documents** for seamless experimentation.
1412-
- 🧲 **Diverse Retrieval Methods**: Supports **BM25, DPR, ANCE, BPR, ColBERT, BGE, and Contriever** for flexible retrieval strategies.
1422+
- 🧲 **Diverse Retrieval Methods**: Supports **BM25, DPR, ANCE, BPR, ColBERT, BGE, Contriever, SFR, E5, GritLM, M2, Nomic, Instructor, RaDeR, ReasonIR, BGE-Reasoner and ReasonEmbed** for flexible retrieval strategies.
14131423
- 🎯 **Powerful Re-Ranking**: Implements **24 advanced models** with **41 sub-methods** to optimize ranking performance.
14141424
- 🏗️ **Prebuilt Indices**: Provides **Wikipedia and MS MARCO** corpora, eliminating indexing overhead and speeding up retrieval.
14151425
- 🔮 **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
14831493

14841494
We would like to express our gratitude to the following libraries, which have greatly contributed to the development of **Rankify**:
14851495

1496+
- **Diver** – For the reference implementation of the dense retriever routing and caching logic used to integrate various bi-encoders.
1497+
🔗 [GitHub Repository](https://github.com/AQ-MedAI/Diver)
1498+
14861499
- **Rerankers** – A powerful Python library for integrating various reranking methods.
14871500
🔗 [GitHub Repository](https://github.com/AnswerDotAI/rerankers/tree/main)
14881501

0 commit comments

Comments
 (0)