diff options
| author | Dhravya Shah <[email protected]> | 2026-01-08 18:36:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-08 18:36:48 -0800 |
| commit | ca8eb295db1a06d50ce405b0637ca9a59aa7f4a8 (patch) | |
| tree | 0714528560fc0a07b9af1af989cace74f5afece4 /apps/docs/quickstart.mdx | |
| parent | feat: allow prompt template for @supermemory/tools package (#655) (diff) | |
| download | supermemory-ca8eb295db1a06d50ce405b0637ca9a59aa7f4a8.tar.xz supermemory-ca8eb295db1a06d50ce405b0637ca9a59aa7f4a8.zip | |
Add threshold parameter to profile API docs (#659)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
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). |