Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/add-memories/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ curl -X PATCH "https://api.supermemory.ai/v3/documents/doc_id" \

## Next Steps

- [Track Processing Status](/api/track-progress) - Monitor document processing
- [Track Processing Status](/memory-api/track-progress) - Monitor document processing
- [Search Memories](/search/overview) - Search your content
- [List Memories](/list-memories/overview) - Browse stored memories
- [Update & Delete](/update-delete-memories/overview) - Manage memories
2 changes: 1 addition & 1 deletion apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
},
{
"group": "Migration Guides",
"pages": ["migration/from-mem0"]
"pages": ["migration/from-mem0", "migration/from-zep"]
},
{
"group": "Deployment",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Along with the user context, developers can also choose to do a search on the ra
- Works well with the memory engine

<Info>
You can reference the full API reference for the Memory API [here](/api-reference/manage-documents/add-document).
You can reference the full API reference for the Memory API in the API Reference tab.
</Info>


Expand Down
2 changes: 1 addition & 1 deletion apps/docs/memory-api/creation/adding-memories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ requests.patch(

## Next Steps

Explore more advanced features in our [API Reference](/api-reference/manage-memories/add-memory)
Explore more advanced features in our API Reference tab.
2 changes: 1 addition & 1 deletion apps/docs/memory-api/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check out the following resources to get started:
<Card title="Quickstart" icon="zap" href="/memory-api/overview">
Get started in 5 minutes
</Card>
<Card title="API Reference" icon="unplug" href="/api-reference">
<Card title="API Reference" icon="unplug">
Learn more about the API
</Card>
<Card title="Use Cases" icon="brain" href="/overview/use-cases">
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/memory-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/memory-api/searching/searching-memories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ Forgotten memories are memories that have been explicitly forgotten using the fo

## Next Steps

Explore more advanced features in our [API Reference](/api-reference/search-memories/search-memories).
Explore more advanced features in our API Reference tab.
2 changes: 1 addition & 1 deletion apps/docs/memory-api/track-progress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ curl -X GET "https://api.supermemory.ai/v3/documents/doc_abc123" \
}
```

For more comprehensive information on the get documents by ID endpoint, refer to the [API reference.](/api-reference/manage-documents/get-document)
For more comprehensive information on the get documents by ID endpoint, refer to the API Reference tab.

## Status Values

Expand Down
Loading
Loading