CommonCompute
Get startedDownload the Mac app
Workloads

Rerankers

Tighten retrieval on existing RAG pipelines without touching your vector store.

python
res = cc.rerank(
    model="bge-reranker-v2",
    query=user_query,
    documents=candidates,
    top_k=10,
)