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=noneNo pip dependency and no API call are involved.
Configuration
| Variable | Default | Description |
|---|---|---|
RERANKER_PROVIDER | none | Set 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.