Skip to content
#

reranker

Here are 41 public repositories matching this topic...

A comprehensive RAG FastAPI service that handles document uploads and retrievals, built with Python. Uses PyMuPDF for document processing, turbopuffer for vector storage, OpenAI for models, and cohere for reranking.

  • Updated Sep 23, 2024
  • Python

The method of re-ranking involves a two-stage retrieval system, with re-rankers playing a crucial role in evaluating the relevance of each document to the query. RAG systems can be optimized to mitigate hallucinations and ensure dependable search outcomes by selecting the optimal reranking model.

  • Updated Jul 16, 2024
  • Python

CRoM (Context Rot Mitigation)-EfficientLLM is a Python toolkit designed to optimize the context provided to Large Language Models (LLMs). It provides a suite of tools to intelligently select, re-rank, and manage text chunks to fit within a model's context budget while maximizing relevance and minimizing performance drift.

  • Updated Sep 17, 2025
  • Python

Improve this page

Add a description, image, and links to the reranker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reranker topic, visit your repo's landing page and select "manage topics."

Learn more