Skip to content

No reranker

Disables reranking, selected via RERANKER_PROVIDER=none. This is the default: retrieved memories are returned in hybrid-search order, with no extra reordering step.

Enable it

bash
RERANKER_PROVIDER=none

No pip dependency and no API call are involved.

Configuration

VariableDefaultDescription
RERANKER_PROVIDERnoneSet to none (or leave unset) to skip reranking.

Notes

  • This is the default backend, so no configuration is required.
  • Results keep their hybrid-search ranking, making it the fastest option.
  • Adds no local model download and no external API dependency.

The memory layer for AI agents.