rerank
There are 26 repositories under rerank topic.
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference
QuantumNous/new-api
AI模型聚合管理分发系统,支持将多种大模型转为统一格式调用,支持OpenAI、Claude、Gemini等格式,可供个人或者企业内部管理与分发渠道使用,本项目基于One API二次开发。🍥 The next-generation LLM gateway and AI asset management system supports multiple languages.
mgonzs13/llama_ros
llama.cpp (GGUF LLMs) and llava.cpp (GGUF VLMs) for ROS 2
shell-nlp/gpt_server
gpt_server是一个用于生产级部署LLMs、Embedding、Reranker、ASR、TTS、文生图、图片编辑和文生视频的开源框架。
tensorlakeai/rerank-ts
rerank library for easy reranking of results
stephanj/BM25
A BM25 Java implementation using streams, stop words and stemming.
xuzeyu91/AntSK-PyApi
基于FastAPI的文本嵌入向量生成API, 处理Embedding+Rerank模型,兼容OpenAI、硅基流动格式
bluechanel/deploy_llm
Rapid Deployment of LLM and Embedding Based on VLLM Using Docker
EliasPereirah/SearchAugmentedLLM
SearchAugmentedLLM empowers LLMs with information from the web
ittia-research/check
Automated fact-check
kdjlyy/LangGraphChatBot
基于 LangGraph 实现的聊天机器人,接入 DeepSeek、Qwen、智谱 AI 多个 LLM 模型,支持在线搜索和文件解析。
pashpashpash/python-rag-scaffold
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.
Violet-sword/Local-RAG-Chatbot-Rerank
A Python project that deploys a Local RAG chatbot using Ollama API and vLLM API. Refines answers with internal RAG knowledge base, using both Embedding and Rerank models to improve accuracy of context provided to LLM models.
metehan777/chatgpt-5-configuration-analysis
This configuration is from the ChatGPT source code.
Lizhecheng02/Kaggle-Eedi
Develop an nlp-based method to predict the affinity between misconceptions and incorrect answers (distractors) in multiple-choice questions.
Flamehaven/CRoM-Context-Rot-Mitigation--EfficientLLM
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.
LiRunGuo/llama-factory-practical
llama-factory实战项目(简历项目)
LiRunGuo/rerank-practical
rerank技术实战项目(简历项目)
AlphaTok-Singapore/FlagEmbedding
Retrieval and Retrieval-augmented LLMs
drexzy1234/Local-RAG-Chatbot-Rerank
A Python project that deploys a Local RAG chatbot using Ollama API and vLLM API. Refines answers with internal RAG knowledge base, using both Embedding and Rerank models to improve accuracy of context provided to LLM models.
LiRunGuo/django-cnn-image-recognition
Django_CNN图像识别项目(简历项目)
LiRunGuo/django-mnist-web
Django_MNIST_Web项目(简历项目)
LiRunGuo/embedding-practical
Embedding技术实战项目(简历项目)
LiRunGuo/enterprise-rag-practical
企业RAG技术实战项目(简历项目)
LiRunGuo/mistral7b-finetune
微调Mistral7B项目(简历项目)
MatheusADC/RerankRAG
The code features a Rerank RAG developed in the Python programming language.