Skip to main content
Agentset provides built-in reranking, but you can also implement custom ranking logic to tune results for your specific use case.

Built-in reranking

Agentset reranks results by default using a cross-encoder model. Configure this behavior in your search request.
See Search for available rerank models and parameters.

Custom score weighting

Apply weights to boost or penalize results based on metadata. This is useful when certain document types should rank higher or lower for your use case.

Combining strategies

Combine reranking with custom weighting for fine-grained control.

Next steps