CommonCompute
Get startedDownload the Mac app
Workloads

Rerankers

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

python
job = cc.rerank(
    query=user_query,
    documents=candidates,
    top_n=10,
)
ranked = job.wait().output