diff options
| author | MaheshtheDev <[email protected]> | 2025-12-20 00:47:52 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-20 00:47:52 +0000 |
| commit | b8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93 (patch) | |
| tree | 8a4e21b930e791bb88527a80b543785da1e9d9f9 /apps/docs/memory-api/overview.mdx | |
| parent | Support for conversations in SDKs (#618) (diff) | |
| download | supermemory-b8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93.tar.xz supermemory-b8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93.zip | |
add(docs): migration guide from zep to supermemory (#612)12-06-add_docs_migration_guide_from_zep_to_supermemory
add docs for Migration Guide from zep to supermemory
Diffstat (limited to 'apps/docs/memory-api/overview.mdx')
| -rw-r--r-- | apps/docs/memory-api/overview.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/docs/memory-api/overview.mdx b/apps/docs/memory-api/overview.mdx index 33771e2c..c201f157 100644 --- a/apps/docs/memory-api/overview.mdx +++ b/apps/docs/memory-api/overview.mdx @@ -81,7 +81,7 @@ client.memory.add( This will add a new memory to your supermemory account. -Try it out in the [API Playground](/api-reference/manage-memories/add-memory). +Try it out in the API Reference tab. ## Content Processing @@ -132,7 +132,7 @@ client.search.execute( </CodeGroup> -Try it out in the [API Playground](/api-reference/search-memories/search-memories). +Try it out in the API Reference tab. You can do a lot more with supermemory, and we will walk through everything you need to. |