Query Rewriting is a feature that allows you to rewrite queries to make them more accurate.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 query rewriting by setting therewriteQuery parameter to true in the search API.
Notes and limitations
- supermemory generates multiple rewrites, and runs the search through all of them.
- The results are then merged and returned to you.
- There is no additional costs associated with query rewriting.
- While query rewriting makes the quality much better, it also incurs additional latency.
- All other features like filtering, hybrid search, recency bias, etc. work with rewritten results as well.