Searching Memories
Learn how to search for and retrieve content from Supermemory
-
Query Formulation:
- Use natural language queries
- Include relevant keywords
- Be specific but not too verbose
-
Filtering:
- Use metadata filters for precision
- Combine multiple filters when needed
- Use appropriate thresholds
-
Performance:
- Set appropriate result limits
- Use specific document/chunk filters
- Consider response timing
Basic Search
To search through your memories, send a POST request to /search
:
The API will return relevant matches with their similarity scores:
Search Parameters
Search Response
The search response includes:
Next Steps
Explore more advanced features in our API Reference.