PrithivirajDamodaran/FlashRank
Lite & Super-fast re-ranking for your search & retrieval pipelines. Supports SoTA Listwise and Pairwise reranking based on LLMs and cross-encoders and more. Created by Prithivi Da, open for PRs & Collaborations. observed · 2026-09-03
Health v2 · maintenance only
58/100
- Activity 92
- Release rhythm 8
- Longevity 71
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1003
- days_rel: 642
- days_push: 53
- n_releases_24m: 1
Adoption not part of the score
1003 stars · 72 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FlashRank is an ultra-light, fast Python library for re-ranking search and retrieval results using SoTA cross-encoders and listwise LLM-based rerankers. It requires no Torch or Transformers, runs on CPU, and includes models as small as ~4MB, making it well-suited for serverless and cost-sensitive deployments.
Use cases
- rerank search results in a RAG pipeline before feeding an LLM
- add re-ranking to a vector database or hybrid search pipeline
- rerank documents on CPU without heavy dependencies like torch
- improve relevance of semantic search results with a cross-encoder
- deploy a tiny reranker in serverless functions like AWS Lambda
- rerank multilingual search results
- boost retrieval quality in a full-text or lexical search system
When to choose
- you need fast, low-cost reranking on CPU with minimal dependencies
- you want to improve RAG retrieval quality with SoTA rerankers
- you're deploying to serverless environments where package size and cold start matter
- you need multilingual or listwise LLM-based reranking options
When to avoid
- you need GPU-accelerated reranking of very large document sets
- you need a full search engine or vector database rather than a reranking layer
- you require models with context beyond 8192 tokens
- you need tight integration with a specific framework's native reranker APIs
Facets
library · maturity active
search-engine rag machine-learning nlp machine-learning python cli cross-platform reranking cross-encoder listwise-reranker vector-search semantic-search lightweight cpu-only search retrieval-augmented-generation natural-language-processing
2 sources
- readme: https://github.com/PrithivirajDamodaran/FlashRank · fetched 2026-09-03 · bed31c81128a
- registry_pypi: https://pypi.org/pypi/flashrank/json · fetched 2026-08-29 · 24364e2c4fec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PrithivirajDamodaran/FlashRank | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="PrithivirajDamodaran/FlashRank")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem