Reranking is a feature that allows you to rerank search results based on the query.Documentation Index
Fetch the complete documentation index at: https://supermemory.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.

Usage
In supermemory, you can enable answer rewriting by setting thererank parameter to true in the search API.
Notes and limitations
- We currently use
bge-reranker-basemodel for reranking. - There is no additional costs associated with reranking.
- While reranking makes the quality much better, it also incurs additional latency.
- All other features like filtering, hybrid search, recency bias, etc. work with reranked results as well.