diff options
Diffstat (limited to 'apps/docs/quickstart.mdx')
| -rw-r--r-- | apps/docs/quickstart.mdx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/docs/quickstart.mdx b/apps/docs/quickstart.mdx index eeb88768..04418c4c 100644 --- a/apps/docs/quickstart.mdx +++ b/apps/docs/quickstart.mdx @@ -117,4 +117,8 @@ That's it! Supermemory automatically: - Builds and maintains user profiles (static facts + dynamic context) - Returns relevant context for personalized LLM responses +<Tip> +**Optional:** Use the `threshold` parameter to filter search results by relevance score. For example: `client.profile(container_tag=USER_ID, threshold=0.7, q=query)` will only include results with a score above 0.7. +</Tip> + Learn more about [User Profiles](/user-profiles) and [Search](/search/overview). |